Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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
Dashboard overview
Calculated measure
After slicing from table selection
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 |
---|---|
84 | |
78 | |
70 | |
47 | |
42 |
User | Count |
---|---|
106 | |
50 | |
49 | |
40 | |
40 |