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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
muhamazh
Frequent Visitor

Missing column and Row Values in heatmap

Hello everyone,

I am facing the problem of missing columns and rows in the heatmap.

I have 8 categories for which I need to draw the heatmap.

Let's say they are A B C D E F G H

 

I can only create the following

              A             D

B            1             2

C            3            4

D           5             6

 

 

Because there are no other existing values for the other columns/rows, and they don't show up.

I want to make my heatmap look like the one below despite having no values for the others and filling them up with 0

 

 

              A         B         C         D         E           F            G            H

A            1         2         0         0          0          0            0               0

B            3         4         0          0          0       .................  

C            ........

D

E                   Zeros everywhere here

F

G

H

            

How can I show the heatmap like this?? Thanksss

 

Edit:  Problem was solved by just adding the measure I wrote by 0 . Like A[X] + 0 . Thanks

1 REPLY 1
lbendlin
Super User
Super User

Please provide sanitized sample data that fully covers your issue.
Please show the expected outcome based on the sample data you provided.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors