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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi Team,
I need help on this.
I create a report using bar chart and matrix (see figure 1) but my challenge now is if select a value from the filter the two charts are no longer aligned. I need how how to manage this even if its a DAX query that sets the value that does not exist to zero so that the filed will not disappear from the charts.
Fig 1
Before applying filter
Fig 2
After applying filter
Solved! Go to Solution.
@Anonymous
Please see the screenshot below. I hope that answers your question.
All you have to do is to click on "Show Items with no data" from the field dropdown
Hi Team,
I need help on this.
I create a report using bar chart and matrix (see figure 1) but my challenge now is if select a value from the filter the two charts are no longer aligned. I need how how to manage this even if its a DAX query that sets the value that does not exist to zero so that the filed will not disappear from the charts.
Fig 1
Before applying filter
Fig 2
After applying filter
add
+ 0
to the end of your code. That way, when it evaluates to a blank, it will add 0, and force a 0 to appear. Then the column won't disappear from your matrix
Brilliant, worked like a charm! Thanks!
It didnt work for me.
@Anonymous
Please see the screenshot below. I hope that answers your question.
All you have to do is to click on "Show Items with no data" from the field dropdown
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.