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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Prash546
Helper I
Helper I

Conditional formatting for values apparing through DAX logic and visualised in card visual.

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.

1 ACCEPTED SOLUTION
v-gizhi-msft
Community Support
Community Support

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:

3.jpg

And it shows:

21.PNG

Hope this helps.

 

Best Regards,

Giotto Zhi

 

View solution in original post

2 REPLIES 2
v-gizhi-msft
Community Support
Community Support

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:

3.jpg

And it shows:

21.PNG

Hope this helps.

 

Best Regards,

Giotto Zhi

 

VasTg
Memorable Member
Memorable Member

@Prash546 

 

Select the card visual. Under the data label, on the right cornor, you would see three dots(eclipse icon). When you click, you would see conditional formatting.

 

image.png

 

You could set the color based on Rules..

 

 

If it helps, mark it as a solution

Kudos are nice too

Connect on LinkedIn

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.