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
Improve Relationship UI Wording to Better Reflect Filter Propagation Direction
The current relationship dialog can be confusing because the UI labels "From" and "To" do not always align with users' linguistic expectations regarding filter propagation. As per document : Relation...v-varunvv4 minutes agoMicrosoft EmployeeNew0Views0likes0CommentsDynamic ADLS-Gen2 path input for Spark Jobs Main definition file
I would like the ability to add a dynamic input box on a spark job definition's "Main Definition File" "ADLS-Gen2 path". this would be useful to set base and variable paths across all spark jobs...mfink_db20 minutes agoNew MemberNew221Views2likes1CommentTenant and/or App/Workspace Banner messages- alerts
As a tenant admin - would like to publish banner messages or alerts as needed for the organization in the event of a data load failure, or other messaging that needs to be show to the end user on l...sue_yerly43 minutes agoNew MemberNew378Views18likes3CommentsSlicer option to show no data when no value is selected
Hello Power BI Team, Description: Currently, when the "Select All" option is enabled in a slicer, selecting it displays all related values as expected. However, when "Select All" is de-selected and...7407543 hours agoNew MemberNew3Views0likes0CommentsParameterize Dataflow Gen2 data source connection
Allow the Dataflow Gen2 data source connection GUID to be parameterized and stored in a Variable Library. This would allow the same Dataflow to use different connections depending on the workspace/e...frithjof_v5 hours agoCommunity ChampionNew16Views1like0Comments