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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Heatmap Matrix Help

I am trying to create a non-typical heatmap.  I need to have the facility name in their corresponding division and based on a % of completion i will change the colors.  Is this something that can be done in Power BI if so what visualization would i use?

ghe7549_0-1647869547743.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @Anonymous,

I think you need to shape your table structures for matrix usage. You can convert them to 'index', 'division name', 'facility name', and '% of completion'.

After these steps, you can create a matrix with 'index', 'division name' to row fields, 'facility name' to column fields, '% of completion' to value fields. Then you can write a measure to check the current '% of completion' values to return color code and use on color formatting.

Conditional table formatting in Power BI Desktop - Power BI | Microsoft Docs

Regards,

Xiaoxin Sheng

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@Anonymous , Matrix or table visual using a color measure

 

How to do conditional formatting by measure and apply it on pie? : https://youtu.be/RqBb5eBf_I4

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
Anonymous
Not applicable

When i put the facility names in the values within a matrix it only allows for the first of last and the table i just get 2 columns not one division column and the corresponding facility names within that row.

Anonymous
Not applicable

HI @Anonymous,

I think you need to shape your table structures for matrix usage. You can convert them to 'index', 'division name', 'facility name', and '% of completion'.

After these steps, you can create a matrix with 'index', 'division name' to row fields, 'facility name' to column fields, '% of completion' to value fields. Then you can write a measure to check the current '% of completion' values to return color code and use on color formatting.

Conditional table formatting in Power BI Desktop - Power BI | Microsoft Docs

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.

Top Solution Authors