Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.
Solved! Go to Solution.
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
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
Hi - Have you tried right clicking on the dimension you want to see everything for and select Show Items With No Data
@davehus Thanks for replying. Yes that option is checked. But I don't see the column names with no data.