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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
powerbityro
Helper II
Helper II

Special Heatmap

Hi all, 

 

I am looking for a heatmap in the following structure:

 

Unbenannt.PNG

 

Does someone know if that structure is possible in Power BI?

 

For example A has the subcategories 1-13. The first 1-5 subcategories are presented in the first five cells and than in a new row so that all is more compact and you dont neet to scroll to right. At the moment I use a Matrix with conditional formatting with background color but this design is not possible.

 

Many thanks.

1 ACCEPTED SOLUTION

It worked. Many thanks!

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

A heat map with three fields, I doubt. But if you explore other maps. Explore Sun Brust

 

https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104380767?tab=Overview

 

Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blog -
Winner-Topper-on-Map-How-to-Color-States-on-a-Map-with-Winners , HR-Analytics-Active-Employee-Hire-and-Termination-trend
Power-BI-Working-with-Non-Standard-Time-Periods And Comparing-Data-Across-Date-Ranges

Connect on Linkedin

hi amitchandak,

 

good idea but I don't see a chance for a conditional formatting for the subcategories. I need a heatmap. 

Hi @powerbityro ,

 

We can try to create two calculated column and use condition format to meet your quirement:

 

Row Control = ROUNDUP(RANKX(FILTER('Fact Table','Fact Table'[Category] = EARLIER('Fact Table'[Category])), [Sub Category],,ASC,Dense)  / 5,0)

 

Column Control = RANKX(FILTER('Fact Table',[Category] = EARLIER('Fact Table'[Category]) && 'Fact Table'[Row Control] = EARLIER('Fact Table'[Row Control])), 'Fact Table'[Sub Category],,ASC,Dense)

 

1.jpg2.jpg

 


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

It worked. Many thanks!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.