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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

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
Solution Sage
Solution Sage

@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
Solution Sage
Solution Sage

@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

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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