I want to use pie chart that shows percentage of page views grouped by region using Bubble chart element.
I can show the data as count but I can’t figure out how to show the percentage.
The current settings just show the count*100.
I want to use pie chart that shows percentage of page views grouped by region using Bubble chart element.
I can show the data as count but I can’t figure out how to show the percentage.
The current settings just show the count*100.
The maths wrong
You need
(sum of page n’s views / sum of all page views) * 100
I also feel like you need a plugin but I could be wrong.
Sounds like a case for list shifter @keith ? What say you?
@jared.gibb appreciate for your response. I agree the formula is wrong for percent but correct for count.
Can you elaborate on how to use the formula with region as grouping? May be I am missing something as I still can’t figure it out.
I have the same situation here