Today when I go to look at a Card (New) Visual that I've had working for months with colour conditional formatting, both PBI desktop and online show there being no fx applied. If I go to apply fx, it now results in all cards being white and doesn't function.
I sent my PBIX file to a colleague with an older version of PBI Desktop and when he opens the reports it has fx applied, but when published the fx is gone and appears as mine does.
1 Comment
- andrewtuplin
Advocate II
Confirmed. I have this measure to define the color for the callout value. When I add the output to a card with a category it produces the expected values for each of the 3 categories, however, when I use this measure as a formula to apply conditional formatting to the callout value, only the color defined in the ELSE case of the Switch is applied for every category.
HEX Color for Cards = var _al = SELECTEDVALUE('dataset'[col]) RETURN Switch ( true() ,CONTAINSSTRING(_al, "ValA"), "#6F0790" ,CONTAINSSTRING(_al, "ValB"), "#E27144" ,CONTAINSSTRING(_al, "ValC"), "#7386FF" ,"#676767" )
Recent ideas
Justification Prompts When Downgrading or Removing Sensitivity Labels in Power BI Desktop
Description Currently, organizations can configure Microsoft Purview sensitivity label policies to require users to provide a justification when removing a label or lowering its classification. T...vvargasv4 hours agoMicrosoft EmployeeNew4Views0likes0CommentsMatrix: column totals as a bar chart docked to the edge
What's missing Data bars already work on the Total row and column through conditional formatting, so row totals can be read as length. Column totals cannot: they render as a horizontal bar inside a ...Sayurivalente5 hours agoRegular VisitorNew78Views6likes1CommentAllow Bookmarks to Affect Multiple Report Pages
Description: I would like to request the ability for a single Power BI bookmark to affect and maintain a state across multiple report pages, rather than being limited to a single page. For example,...Josegonzalez216 hours agoNew MemberNew19Views4likes1CommentFeature Proposal: Expandable/Collapsible Page Sections for Reports on Same Semantic Model
Subject: Feature Proposal: Expandable/Collapsible Page Sections for Reports Using the Same Semantic Model Dear Microsoft Power BI Team, I would like to propose an enhancement to the Power BI report...Dr7awb6 hours agoNew MemberNew30Views1like1Comment