Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi,
I would like to create a text heatmap like this, wonder which visualization is similar in Power BI? Thanks.
| Category/Customer | A | B | C |
| Out of stock | Apple Watermelon | Banana Apple | Apple |
| intransit | Pineapple | ||
| stock available | Pineapple | Watermelon |
Solved! Go to Solution.
Hi @Anonymous ,
It looks like a Matrix visual. I think your table should look like as below. If you want to sort [Category] like above result, you need to add a [Order Category] column in your table and then sort [Category] by it.
Create a measure:
Combine Values =
CONCATENATEX ( 'Table', 'Table'[Fruit], "
" )
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
thanks for your help. This is very helpful.
Hi @Anonymous ,
It looks like a Matrix visual. I think your table should look like as below. If you want to sort [Category] like above result, you need to add a [Order Category] column in your table and then sort [Category] by it.
Create a measure:
Combine Values =
CONCATENATEX ( 'Table', 'Table'[Fruit], "
" )
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 |