Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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
Solved! Go to Solution.
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
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
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
96 | |
69 | |
45 | |
39 | |
30 |
User | Count |
---|---|
159 | |
98 | |
60 | |
42 | |
42 |