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
Support Fabric SQL Database with workspace-level inbound Private Link
Fabric SQL Database supports tenant-level Private Link but not workspace-level Private Link. Securing a small number of databases therefore requires enabling Private Link across the entire tenant, in...WorkFull2256 minutes agoAdvocate INew28Views1like1CommentPaste values in slicers for hierarchy data
Hierarchical slicers are widely used in enterprise reports (for example Product RCN > SKU Key, Region > Country > City, or GPP > Division > RCN > SKU). Users often need to bulk-filter by pasting valu...eddieisking20002 hours agoFrequent VisitorNew0Views0likes0CommentsPaste values in slicers for hierarchy data
Hierarchical slicers are widely used in enterprise reports (for example Product RCN > SKU Key, Region > Country > City, or GPP > Division > RCN > SKU). Users often need to bulk-filter by pasting valu...eddieisking20002 hours agoFrequent VisitorNew5Views0likes0CommentsPower Query Parameter create/use when connecting to a dataflow
In power query when you connect to a table in a dataflow there are no options to create or use a parameter for that dataflow. When connecting to SQL there is an option when setting up the connection ...ben_holmes5 hours agoNew MemberNeed Clarification205Views3likes2Comments