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
Anonymous
Not applicable

Conditional Formatting based on table

Hey everyone,

I've got the following table:

LaZZaNoVa61_0-1655737580598.png


I'd like to format the first two columns conditionally:
If the of Totaal Omzet is less then Prognose Omzet, then the value should be red. Otherwise green.

Is there a way to do this?

With kind regards,

Lazzanova

1 ACCEPTED SOLUTION
Saap
Resolver III
Resolver III

Hi @Anonymous 

You can create simple measure to check if prognose is higher than total:

 

check = IF(SUM('Table new'[Prognose])>SUM('Table new'[Total]),1,0)
 
Then you go to matrix's visual settings, cell elements and apply background color based on your measure:
Saap_0-1655809287687.png

 

View solution in original post

1 REPLY 1
Saap
Resolver III
Resolver III

Hi @Anonymous 

You can create simple measure to check if prognose is higher than total:

 

check = IF(SUM('Table new'[Prognose])>SUM('Table new'[Total]),1,0)
 
Then you go to matrix's visual settings, cell elements and apply background color based on your measure:
Saap_0-1655809287687.png

 

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.