Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
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
User | Count |
---|---|
90 | |
88 | |
87 | |
79 | |
49 |
User | Count |
---|---|
153 | |
145 | |
106 | |
74 | |
55 |