Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Heatmaps can be easily done via conditional formatting, however it considers the whole matrix table. My requirement is to do by column. Below is the sample table, where I would like to have heatmap per column with different colour. Positive column with green colour heatmap by considering only the values in positive column.
| Item | Positvie | Negative | Neutral |
| Team 1 | 125 | 42 | 56 |
| Team 2 | 30 | 97 | 83 |
| Team 3 | 68 | 76 | 17 |
| Team 4 | 90 | 113 | 29 |
Solved! Go to Solution.
So is there no answer to this?
Power BI Tabular Heatmap seems to be pretty poorly designed. You need to hard code every column?
That is not how a heatmap is supposed to work. A heatmap is the intersection between 2 dimensions, with a value expressing each intersection. So two dimensions and a measure should be required.
Please find the sample data as below.
| Item | Rating |
| Team1 | Positive |
| Team1 | Positive |
| Team1 | Positive |
| Team1 | Negative |
| Team1 | Negative |
| Team1 | Negative |
| Team1 | Negative |
| Team1 | Negative |
| Team1 | Negative |
| Team1 | Negative |
| Team1 | Negative |
| Team1 | Neutral |
| Team1 | Neutral |
| Team1 | Neutral |
| Team1 | Neutral |
| Team1 | Neutral |
| Team2 | Positive |
| Team2 | Positive |
| Team2 | Positive |
| Team2 | Positive |
| Team2 | Positive |
| Team2 | Positive |
| Team2 | Positive |
| Team2 | Positive |
| Team2 | Negative |
| Team2 | Negative |
| Team2 | Negative |
| Team2 | Neutral |
| Team2 | Neutral |
| Team2 | Neutral |
| Team2 | Neutral |
| Team2 | Neutral |
| Team2 | Neutral |
| Team2 | Neutral |
| Team2 | Neutral |
| Team2 | Neutral |
HI @jack555 ,
So I created a table visual as follows:
No under the formatting settings --> Cell elements, I try to give different colors to all these columns:
Similarly, do it for other columns:
Is this what you are looking for?
@Pragati11 Thanks for the input. The positive/negative/netural not available as separate columns but in the same column. sorry for not clear with my question. the sample data is the visual outcome of matrix, hence couldn't able to format individual column.
how we can acheive the same effect if rating items in same column.
Hi @jack555 ,
In that case, share the sample data which you are using to create this matrix visual.
Please find the sample data as below.
| Item | Rating |
| Team1 | Positive |
| Team1 | Positive |
| Team1 | Positive |
| Team1 | Negative |
| Team1 | Negative |
| Team1 | Negative |
| Team1 | Negative |
| Team1 | Negative |
| Team1 | Negative |
| Team1 | Negative |
| Team1 | Negative |
| Team1 | Neutral |
| Team1 | Neutral |
| Team1 | Neutral |
| Team1 | Neutral |
| Team1 | Neutral |
| Team2 | Positive |
| Team2 | Positive |
| Team2 | Positive |
| Team2 | Positive |
| Team2 | Positive |
| Team2 | Positive |
| Team2 | Positive |
| Team2 | Positive |
| Team2 | Negative |
| Team2 | Negative |
| Team2 | Negative |
| Team2 | Neutral |
| Team2 | Neutral |
| Team2 | Neutral |
| Team2 | Neutral |
| Team2 | Neutral |
| Team2 | Neutral |
| Team2 | Neutral |
| Team2 | Neutral |
| Team2 | Neutral |
So is there no answer to this?
Power BI Tabular Heatmap seems to be pretty poorly designed. You need to hard code every column?
That is not how a heatmap is supposed to work. A heatmap is the intersection between 2 dimensions, with a value expressing each intersection. So two dimensions and a measure should be required.
Yes, need to hard code every column. it is challenging if columns are dynamic. finally i gave up the.
Hi there. After a bit more searching I found that one of the table visualisations can be used to derive this. You need to set conditional colors to make it work. You can see the results in this vid where i was making the dashboard. https://youtu.be/mMTcXaWdHbc?t=218
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.