Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All
Recently @VijayP intro me advance card , i have manage to display YTD sales with Growth % with the help from @v-robertq-msft , now working fine .
Now i need to make the Vari % change red color when -ve value.
Above link is my PBI
Paul
Paul
Solved! Go to Solution.
Hi Paul,
That visual doesn't support conditional formatting. Why not just use 2 cards,1 for each value?
You can then create a measure for the _Vari % Colour
_Vari_%_REV_HONEY1 Color = IF(CONTAINSSTRING([_Vari_%_REV_HONEY1],"-") , -1 , 1)
and create a CF rule
To give this
Regards
Phil
Proud to be a Super User!
Hi Paul,
That visual doesn't support conditional formatting. Why not just use 2 cards,1 for each value?
You can then create a measure for the _Vari % Colour
_Vari_%_REV_HONEY1 Color = IF(CONTAINSSTRING([_Vari_%_REV_HONEY1],"-") , -1 , 1)
and create a CF rule
To give this
Regards
Phil
Proud to be a Super User!
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
68 | |
64 | |
51 | |
39 | |
26 |
User | Count |
---|---|
83 | |
57 | |
45 | |
44 | |
35 |