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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
lotus22
Helper III
Helper III

Conditional Statement in Matrix table

I am having issues creating conditional formating in Matrix table

I want to highlight the rows where Actual is more than Budget. I may be using the wrong visual. is there an other visual that can provide similar or better information.

 

lotus22_0-1605276933149.png

 

1 ACCEPTED SOLUTION
sanalytics
Super User
Super User

@lotus22 

Create the Color measure like this

sanalytics_0-1605283951245.png

 

Then go to the Format section -> Conditional formatting -> on Background color ->Advanced Control -> Select Field Value in Format By Section --> on the Based on field , select Color measure.

 

Attached is the pbix file.

https://dropfiles.org/8F6LLk8Q

Hope it will help

Regards,

Sanalytics

if it is your solution then please accept it as solution and appreciate for kudos

 

 

View solution in original post

2 REPLIES 2
sanalytics
Super User
Super User

@lotus22 

Create the Color measure like this

sanalytics_0-1605283951245.png

 

Then go to the Format section -> Conditional formatting -> on Background color ->Advanced Control -> Select Field Value in Format By Section --> on the Based on field , select Color measure.

 

Attached is the pbix file.

https://dropfiles.org/8F6LLk8Q

Hope it will help

Regards,

Sanalytics

if it is your solution then please accept it as solution and appreciate for kudos

 

 

amitchandak
Super User
Super User

@lotus22 , For this better to create two measures ,

actual = sumx(filter([Type]="Actual"),[USD])

Budget= sumx(filter([Type]="Budget"),[USD])

 

create a color measure

color = if([actual] >[budget],"green", "white")

Use that in conditional formatting using field values option

https://radacad.com/dax-and-conditional-formatting-better-together-find-the-biggest-and-smallest-num...
https://docs.microsoft.com/en-us/power-bi/desktop-conditional-table-formatting#color-by-color-values

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.