Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I am trying to create a pie chart that shows the % of each of a top 10 list. I know should be pretty simple with set analysis but I am getting tripped up.
Example:
Sales Person Sales
Employee1 100
Employee2 125
Employee3 50
. .
. .
Employee20 200
I would want the pie chart to only chart the top 10 sales people and then display what % of their sales was of that set of 10 employees.
@Lisa_P Thanks! I knew I was over complicating it. What would the measure be to get the sales into %. I figure it be Sum(Sales) / Sum (set of the top 10?) <- stuck on this part