Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
PoojaPandey
Frequent Visitor

% of grand total for count is changing after applying filter

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

PoojaPandey_0-1701267504196.png

 

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 

PoojaPandey_1-1701267652983.png

 

 

1 ACCEPTED SOLUTION
swikritee_p
Resolver II
Resolver II

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()))

View solution in original post

2 REPLIES 2
PoojaPandey
Frequent Visitor

Thank you ! It worked . 

swikritee_p
Resolver II
Resolver II

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()))

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.