jsh121988
Microsoft Employee
9 years agoStatus:
Needs Votes
Advanced Editor for DAX Columns and Measures
I would like to see an editor where I can define all of my DAX columns and measures similar to Advanced Editor for Power Query/Query Editor. Though I would like to see it with a C# scripting syntax by defining the object type, and delimiting EOL using a semicolon. Idea: column _dcMyColumn1 = IF(this = BLANK () , that, this); column _dcMyColumn2 = VAR sOther = "Something" RETURN IF( this = sOther, that, this ); measure _dmMyMeasure = DISTINCTCOUNT(Table[Id]); measure _dmMyMeasur2 = SUM(Table[Cost]);
4 Comments
- nerd2000
Advocate I
Here here! - jhabetsNew MemberBTW: I voted for the "Advanced Editor" idea, in my opinion it should contain DAX and not C#.
- jhabetsNew MemberMain benefit would be that we could copy and reuse snippets of configuration of DAX (like we can in M). I'm actually surprised there is no "View/Edit Source" already...
- fbcideas_migusrNew MemberStatus added:Needs Votes
Recent ideas
Auto-propagate Lakehouse (Direct Lake) permissions to users assigned to a Power BI App audience
Problem When a Power BI report uses a Live Connection to a Direct Lake Semantic Model, end users must have explicit ReadAll / ReadData permissions on the underlying Lakehouse (or its SQL analytics e...majofv2 hours agoNew MemberNew5Views1like0CommentsAdd a Close or “Return to previous page” button to Semantic Model Security and Settings pages
When updating RLS group assignments through Semantic model > Security, there is no consistent in-product Close or Done button that returns the user to the previous workspace view. The browser Back b...Kalaiselvan5 hours agoFrequent VisitorNew3Views0likes0Comments