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
SR1
Helper I
Helper I

Show column names in Matrix

Hi,

 

Is it possible to show the column names in a matrix visualization even when there are no values for that column ? I want to show column name with empty rows.

1 ACCEPTED SOLUTION
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @SR1,

 

What about creating a calculalted column with IF and ISBLANK function like below.

 

Column = IF(ISBLANK('Table Name[Column Name]),"Column Name")

Then use this calculated column in matrix columns field.

 

If you still need help, please share some data sample and your desired output sothat we could help further on it.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
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

3 REPLIES 3
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @SR1,

 

What about creating a calculalted column with IF and ISBLANK function like below.

 

Column = IF(ISBLANK('Table Name[Column Name]),"Column Name")

Then use this calculated column in matrix columns field.

 

If you still need help, please share some data sample and your desired output sothat we could help further on it.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
davehus
Memorable Member
Memorable Member

Hi - Have you tried right clicking on the dimension you want to see everything for and select Show Items With No Data

 

Capture.PNG

@davehus Thanks for replying. Yes that option is checked. But I don't see the column names with no data.

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.

Top Solution Authors