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 guys,
just wondering if you can help me with this...
I created a field paramter based on two measures and added a bar-chart which now shows a lot of 0 values.
In the filter pane I tried to exlude 0 and or blanks etc but it doesn't work as it will hide the content of the other field parameter.
Example below:
Dax Measure that causes the problem is the following:
I tried both versions, but it does not change the outcome of the output.
This only happens when the Admin Slicer is selected.
I can choose to not select 0 in the filter pane, but that hides all the Physical values then when Physical is selected.
Thanks for your help.
Solved! Go to Solution.
Hey @SCallanan, please update the admin measure, and let me know if you encounter any issues.
Admin = IF([Total Inspections] - [Physical] = 0, BLANK(), [Total Inspections] - [Physical])
Hey @SCallanan, could you please share a sample of your PBIX file? That would help me assist you better.
@ahadkarimi thank you for getting back to me. Where can I attach the pbix file for you? I can't publish it to the public to share the link.
@SCallanan you send it by gmail ahad.karimi8@gmail.com, after sending email let me know here one the email has been sent.
Hey @SCallanan, please update the admin measure, and let me know if you encounter any issues.
Admin = IF([Total Inspections] - [Physical] = 0, BLANK(), [Total Inspections] - [Physical])
Glad to hear it worked, Sandra! You're very welcome.
Happy to help! 😊
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.