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
- andrewtuplinAdvocate 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
Automatically match PowerBI chart background color to Powerpoint slide background color
Export PowerBI to PowerPoint slide - Can we define the PowerBI export background color to automatically match the PowerPoint slide background color ? By Default, the PowerBI background color is Whi...jim_chan1 hour agoNew MemberNew2Views0likes0CommentsNew Card Visual - Alignment of Reference Label Values
The latest Power BI Desktop version I'm allowed to use at work currently is Version 2.154.1260.0 (May 2026), so if this request has already been implemented in later versions, please disregard. Othe...nk685f2 hours agoAdvocate INew3Views0likes0CommentsSupport QR codes in the barcode scanner in the Power BI app
I was surprised to find that the barcode scanner inside of a Power BI report in the mobile app only supports scanning barcodes, not QR codes. Our warehouse uses QR codes everywhere, so I cannot use t...Jaap_O_RFH10 hours agoNew MemberNew15Views0likes0CommentsAllow enabling Lakehouse Schemas on an existing Lakehouse
Right now Lakehouse Schemas can only be turned on when you first create a Lakehouse. If you already have one running in production and later decide you need schemas, there is no way to enabled them o...AlessioAndriulo10 hours agoAdvocate INew14Views0likes0Comments