Forum Discussion
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?
- Anonymous4 years ago
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
3 Replies
- amitchandak
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
- AnonymousNot 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.
- AnonymousNot 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