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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
LisaChung
Frequent Visitor

Word Heatmap visual consult

Hi,

 

I would like to create a text heatmap like this, wonder which visualization is similar in Power BI? Thanks.

 

Category/CustomerABC
Out of stockApple
Watermelon
Banana
Apple
Apple
intransit  Pineapple
stock availablePineappleWatermelon 
1 ACCEPTED SOLUTION
v-rzhou-msft
Community Support
Community Support

Hi @LisaChung ,

 

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.

RicoZhou_0-1656560123619.png

Create a measure:

Combine Values = 
CONCATENATEX ( 'Table', 'Table'[Fruit], " 
" )

Result is as below.

RicoZhou_1-1656560284142.png

 

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.

 

 

View solution in original post

2 REPLIES 2
LisaChung
Frequent Visitor

thanks for your help. This is very helpful.

v-rzhou-msft
Community Support
Community Support

Hi @LisaChung ,

 

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.

RicoZhou_0-1656560123619.png

Create a measure:

Combine Values = 
CONCATENATEX ( 'Table', 'Table'[Fruit], " 
" )

Result is as below.

RicoZhou_1-1656560284142.png

 

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.

 

 

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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