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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
CAPEconsulting
Helper III
Helper III

Table selection not reflecting in calculated measure on another chart

I have a dashboard as follows: -

And a calculated measure. When I select a category from the table, the bar chart filters to the selction but says 100% for the value of the calculated measure and not the actual answer....

 

I know I am missing something simple here..Could anyone point it out please

Dashboard overviewDashboard overviewCalculated measureCalculated measureAfter slicing from table selectionAfter slicing from table selection

1 ACCEPTED SOLUTION

HI @v-jiascu-msft

 

I changed my measures to 2 measures: -

 

DisabledT = SUMX('Disability Total',CALCULATE(SUM('Disability Total'[Count]),FILTER(Disability,Disability[Category] = "Disabled")))

 

and then

 

DisabilityT % = [DisabledT] / SUM('Disability Total'[Count])

 

And now evrutrging works perfcetly across the tables and the charts

 

Abhijeet

View solution in original post

2 REPLIES 2
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @CAPEconsulting,

 

I have tested your formula. It worked properly. Did you use any other slicers or filters? What's in the table that you used to filter? If it looks like ""Albion Park - Macquarie Pass"   Disabled", the result will be 100%. Could you please post snapshot of that table?

 

Best Regards!

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

HI @v-jiascu-msft

 

I changed my measures to 2 measures: -

 

DisabledT = SUMX('Disability Total',CALCULATE(SUM('Disability Total'[Count]),FILTER(Disability,Disability[Category] = "Disabled")))

 

and then

 

DisabilityT % = [DisabledT] / SUM('Disability Total'[Count])

 

And now evrutrging works perfcetly across the tables and the charts

 

Abhijeet

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors