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.
Hello ,
I am new to power Bi learning and I am facing issue with my 1st project . Issue is my % grand total for count on X category is changing when i apply filter . Intial Bar Chart without filter
After I apply filter on "Discripancy status " and select "Error" . Then , the whole % changes as it's than only considering tptal of "Error" and ignoring count of "No error " . How do I fix this ? I have seen few articles but wasn't able to fix it . Any help with be highly appreciated
Solved! Go to Solution.
You are using a measure like for grand total (You can try using new Measure driven data labels, if needed )
divide([measure], calculate([Measure], all()))
or
divide([measure], calculate([Measure], allselected()))
Thank you ! It worked .
You are using a measure like for grand total (You can try using new Measure driven data labels, if needed )
divide([measure], calculate([Measure], all()))
or
divide([measure], calculate([Measure], allselected()))
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.