Forum Discussion

computermike's avatar
computermike
Helper I
9 years ago
Solved

How can I use a DAX query

I wrote a dax query that returns a table.  How would I use this in my report?  Do I have to add it to my model?  Can I use it behind a chart without adding to my model?  Can I display on a grid?   ...
  • Anonymous's avatar
    Anonymous
    9 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.