Forum Discussion
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.
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
3 Replies
- v-piga-msftResident 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
- davehusMemorable Member
Hi - Have you tried right clicking on the dimension you want to see everything for and select Show Items With No Data