Forum Discussion
Market share in Map Visualization
- 5 years ago
Hi, andyspa
You may try the following measure to see if it helps.
Measure = DIVIDE( SUM('Table'[Market Share]), CALCULATE( SUM('Table'[Market Share]), ALLEXCEPT('Table','Table'[Country]) ) )Result:
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, andyspa
It seems correct from the visual. Could you please show us the expected result for better understand?
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- andyspa5 years agoHelper I
Hello v-alq-msft ,
I want to show the real market share when moving the cursor to the pie slice, not 1830%! Cannot be more than 100%.
Thanks.
Andrea
- v-alq-msft5 years agoCommunity Support
Hi, andyspa
You may try the following measure to see if it helps.
Measure = DIVIDE( SUM('Table'[Market Share]), CALCULATE( SUM('Table'[Market Share]), ALLEXCEPT('Table','Table'[Country]) ) )Result:
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.