Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Creating a table through DAX

Hi guys, I  have recently started working with Power BI and I need some help with a problem that I'm facing.   I am trying to create a table which is going to select some values. Below is the expre...
  • Greg_Deckler's avatar
    Greg_Deckler
    2 years ago

    Anonymous You can use a VAR to store a dynamic, calculated table within a measure. Unfortunately you have to do that in every measure where you want the table because measures can't return tables.