Forum Discussion
Pie chart map - charts are different sizes?
Hi asanb ,
The size of the pie charts are based on the values for you calculation so the bigger the amount the bigger the bubble.
One option is to create a calculated measure to make the percentage something like:
Pie Map Value = SUM(Table1[Value]) / CALCULATE(SUM(Table1[Value]);ALL(Table1[Category]))
Then use this measure to make your pie charts and on the options Bubbles increase the size of the bubbles, then add the column value to your tooltips.
Check PBIX file attach.
Regards,
MFelix
I tried the example measure you had on your map and it didn't seem to work for me. It made other pie charts smaller than the rest. Also what values exactly are making the pie chart smaller? I can't seem to figure out which value is bringing down the size of one of my pie charts.
- Anonymous6 years agoNot applicable
Hi
did you find a solution for this issue?
I am having the same problem with my data, my data is already calculated as a percentage so the pie chart size is supposed to be 100 for every city I am displaying on my map.
Thank you!
Y