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...
andrewtuplin
1 year agoAdvocate 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
Data Pipelines - Run only selected activities
For debugging and testing pipeline activities during development, allow us to select one or multiple activities and run only the selected pipeline activities. For example, I'm working on editing ...frithjof_v2 hours agoCommunity ChampionNew608Views11likes2CommentsSemantic model connection bindings should be in source control (Git)
Semantic model data source connection bindings should be source controlled. A semantic model can contain multiple data source references, each of which can be mapped to a separate Fabric data connec...frithjof_v10 hours agoCommunity ChampionNew14Views1like0CommentsBulk changing column names in Visualizations Pane
We often use raw/api column names or measures with a set nomenclature to be consistent and to keep track of them but we do not want to display these names in the visuals. Currently we have to change ...vishal14019714 hours agoFrequent VisitorNew6Views0likes0Comments