Forum Discussion
frithjof_v
2 years agoCommunity Champion
Debug DAX measure variables incl. virtual tables
Hi,
I created an idea to be able to visually inspect the variables of a DAX measure, when the DAX measure is used in a table visual, line chart visual, etc.
Please vote 😀
https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=a7a31361-2f40-ef11-b4ac-6045bdbf86b4
2 Replies
- GuillaumePowerResolver I
To see the value in your virtual table, you can create a copy of your measure and insert all the value by context filter in the row using a Concatenatex() Dax function.
- frithjof_vCommunity Champion
Yes, the CONCATENATEX or TOCSV methods are probably the best workarounds at this moment.
However if I have a virtual table with let's say 4 columns and 20 rows and I want to visually inspect that table variable on each row in my table visual, then the current workarounds are a bit limited and cumbersome.