March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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.
Solved! Go to Solution.
Create the Color measure like this
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
Create the Color measure like this
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
@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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |