Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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()))
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
65 | |
64 | |
56 | |
39 | |
27 |
User | Count |
---|---|
85 | |
59 | |
45 | |
43 | |
38 |