Forum Discussion
frithjof_v
Community Champion
2 years agoDebug 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.f...
GuillaumePower
Resolver I
2 years agoTo 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_v2 years ago
Community 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.