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
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
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.