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!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.
Hi.
I have a matrix with details of a table organized by month and year hierarchy. But when down to month detail level. The matrix show the months without values and need hide this.
I need that show a matrix like this
To calculate the values Im use a measure that count the rows of the table. And for the date use an automatic hierarchy from a column with date values.
Can you help me please.
Thanks.
Solved! Go to Solution.
Visuals will always display a column if there is at least ine non blank value. If there is a column of 0s, they will be displayed. You can simply not load zero values in your data model (filter on load) or you can write measures that return blank rather than zero.
Visuals will always display a column if there is at least ine non blank value. If there is a column of 0s, they will be displayed. You can simply not load zero values in your data model (filter on load) or you can write measures that return blank rather than zero.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.