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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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! 😊
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 8 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 24 | |
| 20 | |
| 20 | |
| 14 | |
| 14 |