Ronen Portnoy on 07 May 2017 19:31:12
Add capability to debug DAX code i.e. being able to step through DAX code, add Watch for expressions and variables and most importantly, be able to view the table/DATA change according to the current row/filter context in the code step
- Comments (15)
RE: DAX Debugger
What would be useful in Power BI Desktop would be to enable "Debug mode" and then click any data value point on a visual, or grid cell and invoke a graphical debug that shows what tables are involved and what filtering is being applied (step by step)
RE: DAX Debugger
Definitely needed!! Because we are blind when things do not work as expected...
RE: DAX Debugger
Certainly required as debugging a DAX is a painstaking adventure consuming high cost of resources.
RE: DAX Debugger
This would be incredibly helpful.
RE: DAX Debugger
This would be very helpful.
I tend to have to break the DAX expression up into separate parts when debugging, but that sometimes changes the context or creates an intermediate value that I can't directly see (ex tables).
It would be nice to be able to step through a DAX expression and see the results.