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.
I have created a DAX logic for getting values based on few logic to measure a metric, where my final result appears both in amounts and percentage and later I bring it this over to a card visual like 'Value above $XXX,XX & YY%' and it appears in black font, is there a way I can format in conditionally so that when it is negative I can make it appear in red and if it is positive it appears in green.
Solved! Go to Solution.
Hi,
You can set Card visual->Format->Data Label->conditional formatting.
I create a simple sample to show.
Create a color measure to check:
Color = IF(SUM('Table'[Value])>20,"#FF0000","#00FF00")
Apply this measure to the Card visual:
And it shows:
Hope this helps.
Best Regards,
Giotto Zhi
Hi,
You can set Card visual->Format->Data Label->conditional formatting.
I create a simple sample to show.
Create a color measure to check:
Color = IF(SUM('Table'[Value])>20,"#FF0000","#00FF00")
Apply this measure to the Card visual:
And it shows:
Hope this helps.
Best Regards,
Giotto Zhi
User | Count |
---|---|
70 | |
70 | |
34 | |
23 | |
22 |
User | Count |
---|---|
96 | |
94 | |
50 | |
42 | |
40 |