Skip to main content

Power BI

Needs Votes

DAX Debugger

Vote (164) Share
Ronen Portnoy's profile image

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 (14)
Ronen Portnoy's profile image Profile Picture

f9ab5b05 e14e-4d2b-a8bc-28bba0c26a8a on 05 Jul 2020 23:19:27

RE: DAX Debugger

Definitely needed!! Because we are blind when things do not work as expected...

Ronen Portnoy's profile image Profile Picture

eaad1175 640e-493c-a2c7-885e605f3b15 on 05 Jul 2020 23:17:59

RE: DAX Debugger

Certainly required as debugging a DAX is a painstaking adventure consuming high cost of resources.

Ronen Portnoy's profile image Profile Picture

0a97a033 a084-4fb9-903a-0fc4c0b024fd on 05 Jul 2020 23:16:47

RE: DAX Debugger

This would be incredibly helpful.

Ronen Portnoy's profile image Profile Picture

f05bae8f 7333-459e-ae5a-2650e9897091 on 05 Jul 2020 22:48:43

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.