Forum Discussion
SR1
7 years agoHelper 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.
- 7 years ago
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