Skip to main content

Power BI

New

Dax Studio Capability

Vote (109) Share
J's profile image

J on 12 Aug 2016 00:23:34

It's often hard to deal with the single formula bar in the data view or even the report view (when creating ad-hoc DAX measures/ calculated columns). It would be nice to have a new view designed to help debug DAX formulas similar in functionality to what has been done in daxstudio. I don't like having to use a separate application for debugging. https://daxstudio.codeplex.com/

Comments (6)
J's profile image Profile Picture

5f3a2e69 ab8c-49e3-b531-cc8647e8ca2e on 05 Jul 2020 23:44:17

RE: Dax Studio Capability

Right now, figuring out where the issues are in my DAX code is much more difficult than it should be. I would really like to be able to step through the process, so I can see where it's going sideways, like I can in Excel VB. Right now it's a lot of teasing apart and guesswork, which is so slow and annoying.

J's profile image Profile Picture

2efb2cd2 c0e5-40c8-b2ef-db11baab597d on 05 Jul 2020 23:26:59

RE: Dax Studio Capability

I have not used DAX studio, but how about having the capabilities Similar to VisualStudio (VS)? Perhaps a cutdown version of VS could open up from a new button by the side of the formula bar.

J's profile image Profile Picture

5ac4c302 bbd8-4520-85a9-c15072cc23ec on 05 Jul 2020 23:24:51

RE: Dax Studio Capability

Agreed. There is way more real estate to write VB in Excel. DAX expression area should be similar size.

J's profile image Profile Picture

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

RE: Dax Studio Capability

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.

J's profile image Profile Picture

758d5151 8822-485c-af0d-464525a2461e on 05 Jul 2020 22:48:09

RE: Dax Studio Capability

In addition performance measurement of measures, would be awesome like DAX studio

J's profile image Profile Picture

e1e17d40 b2f7-4f0d-804b-1e4b72984af3 on 05 Jul 2020 22:33:46

RE: Dax Studio Capability

I agree. I haven't used DAXStudio, but does it display the value of variables (e.g. other measures) within your formula as you 'step' through (similar to VBA)?

If Power BI could do that, AND use the current context of filters (e.g. slicers selected, visuals/visual level filters selected), this would beat any external application.