Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Card Visual Conditional Formatting

Thanks to all who respond.

 

I need help creating this measure:  I have 3 cards showing totals for 2021, 2020, 2019. I would like to have the font color change to red or green based on the previous year total. So if year 2020 amount was greater than 2021 change to 'red', if less than change to 'green'.

 

Table name = 'Sheet1'

Field name = 'Amount'

Field name = 'YEAR'

 

Any ideas?

Thanks-BLD

 

1 ACCEPTED SOLUTION
KerKol
Power Participant
Power Participant

You'll need to use a different KPI Card visual. There are a few options in AppSource.

 

You could create your own card visual using Smart Narratives:

KerKol_0-1643060316335.png

And change the colour of the font using this trick:

Smart Narratives and Conditional Formatting in Power BI? Yes please! - Guy in a Cube





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

3 REPLIES 3
KerKol
Power Participant
Power Participant

You'll need to use a different KPI Card visual. There are a few options in AppSource.

 

You could create your own card visual using Smart Narratives:

KerKol_0-1643060316335.png

And change the colour of the font using this trick:

Smart Narratives and Conditional Formatting in Power BI? Yes please! - Guy in a Cube





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Anonymous
Not applicable

Thank you, great idea.

BLD

Anonymous
Not applicable

@Anonymous HI, 

 

We cant dynamically change the font colour using Card, instaed use table for each value and you need to create 3 different measures where you need to use switch statement dax1 > dax2 then "Hex code of Red" like that..

Regards,
John Basha Mattipati,
https://www.linkedin.com/in/john-basha-mattipati-06812980/


Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors