Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.
Solved! Go to Solution.
@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] ))
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@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] ))
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@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 feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 49 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 91 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |