Forum Discussion

Aaron_C's avatar
Aaron_C
Frequent Visitor
2 years ago
Solved

DAX Query View Measure Writing - Parameter Toggling?

Hello Power BI folks,

I have been playing around with Tabular Editor Scripting for a week now and have creating a nice script that allows be not only to generate multiple Standard Measures that I will add to any model, but also, I can toggle their parameters using Tabular Editor C# function.

For example, I can specify the Display folder path and set a measures visibilty to Hidden automatically.

Now, I have been looking at the Measure writing capabilities of the native Power BI DAX Query View, which ALSO allows me to write and update several measures at once.

However, I have not seen any documentation or articles pertaining to the properties of these measures, i.e. Formatting, IsHidden,Display Folder, etc.

Are these available? Or on a roadmap for the Query View?

Thank you kindly you perfect people,
Aaron

  • not available yet but allegedly on the roadmap.  For now you need to stick with Tabular Editor, or run your own XMLA queries to toggle these.

1 Reply

  • not available yet but allegedly on the roadmap.  For now you need to stick with Tabular Editor, or run your own XMLA queries to toggle these.