Forum Discussion
How can I use a DAX query
- Anonymous9 years ago
On the modeling ribbon there is a "New Table" button, where you put your dax query, and <poof>. A new table is hanging out, refreshed only when you refresh your dataset (so, it is static).
It's not super clear what your "goal" is... what your asking would certainly be an atypical way of creating a report.
Typically you just drag over columns from existing tables, and write a few measures to do fancy calculations, then bob's ur uncle.
Not familiar with calculated table. Is that a table in my data model? So I would add it to my data model? I am also wondering about relationships... Would I leave it sitting by itself? try and connect it to my fact table? But what if the grain of the fact is different?
On the modeling ribbon there is a "New Table" button, where you put your dax query, and <poof>. A new table is hanging out, refreshed only when you refresh your dataset (so, it is static).
It's not super clear what your "goal" is... what your asking would certainly be an atypical way of creating a report.
Typically you just drag over columns from existing tables, and write a few measures to do fancy calculations, then bob's ur uncle.