A current limitation in Power BI SWITCH measures (and all Power Pivot actually) is that a SWITCH measure must have a single format. It is currently not possible to conditionally format the measure r...
JohnThomas1
6 years agoNew Member
myMeasure = SUMX(MeasureTable,switch([selected measure], 1,{[Total Sales], type currency}, 2,{[Total Cost], type currency}, 3,{[Total Margin], Percentage.Type}, 4,{[Chg Sales vs LY %], Percentage.Type} ))
Recent ideas
Power BI reports with more than 50 report pages cannot be exported
Currently, you can only export those Power BI report where total report pages are less than or equal to 50. If a report has more than 50 pages and you try to export it (PDF/PPT) you get an error mess...ankushsharma11 hour agoNew MemberNeeds Votes5.5KViews331likes51CommentsAllow customization of email notifications for failed pipeline activities
Currently, Microsoft Fabric can automatically send an email notification when an activity or item in a pipeline fails. However, the content and structure of this email follow a fixed template. It w...SolutionsBryn3 hours agoNew MemberNew2Views1like0Comments:: operator for typecast in T-SQL
Introduce support for the ::type cast operator in Fabric Data Warehouse as syntactic sugar for the existing CAST(... AS type) expression. The new operator would be functionally equivalent and compile...jovanpop-msft4 hours agoMicrosoft EmployeeNew16Views1like0CommentsNative Multi-Visual Cascading Selection (Beyond Ctrl + Click)
The Problem: When working with multiple tables or matrices on a report page, users frequently need to chain selections together (e.g., clicking Matrix A filters Matrix B, and then clicking Matrix B ...7407548 hours agoNew MemberNew12Views0likes1Comment