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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply

Conditional Formatting for Each row

Hi All,

Just wanted to check if it's possible to have conditional formatting for each row to show the highest in green and lowest in Green or using Diverging.

Currently its applying to all the values of the table.

 

RanjanThammaiah_0-1638277331887.png

 

 

 

1 ACCEPTED SOLUTION
Fowmy
Super User
Super User

@RanjanThammaiah 

You can create measure to rank the values across rows and apply it in your conditional formatting. Please check the attached file.

CF Rank = 

RANKX(
    ALLSELECTED(financials[Month Number]),
    CALCULATE( SUM(financials[Units Sold] ))
)

Fowmy_0-1638278752941.png

 



 
Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

View solution in original post

2 REPLIES 2
Fowmy
Super User
Super User

@RanjanThammaiah 

You can create measure to rank the values across rows and apply it in your conditional formatting. Please check the attached file.

CF Rank = 

RANKX(
    ALLSELECTED(financials[Month Number]),
    CALCULATE( SUM(financials[Units Sold] ))
)

Fowmy_0-1638278752941.png

 



 
Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

amitchandak
Super User
Super User

@RanjanThammaiah , Row conditional formatting is not available, you need to do conditional formatting on each value in the matrix and field in Table for row

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
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.