I have a tabular model... and I have this table with a very simple query:

Is there a way to convert this query (which is just a select *) to a "full consumption", that is, when instead of the sql statament the table is directly displayed?
I know I can add a new table and do it, but the table has lots of calculated columns, so I would rather do it by changing the existing table
