Forum Discussion
Kallagan
8 years agoFrequent Visitor
help with pie chart
Hello I have a pie chart to create in order to show the number of reviewed documents. There are multiple items that I need to show on the pie chart Here's an example of the data the...
Stachu
8 years agoCommunity Champion
I think pie chart is not the best way to visualize what you want to do, especially that there seem to be overlap for some categories (unless I misunderstood) - have you considered using bar/column chart?
The way I understand it measures should be defined as follows (obviously you need to adjust tables & columns names):
Revues realisees = COUNT(Table[Revue 2018]) Revues 2018 a realiser = CALCULATE(COUNT(Table[Revue 2018 a realiser O/N]),Table[Revue 2018 a realiser O/N]=1) Dates Previsionels = COUNT(Table[Date previsionelle])
Kallagan
8 years agoFrequent Visitor
Hello Stachu
You get it right some categories are overlapping. I've already done it with bar charts but the customer wanted to have a try with pie charts.
I'll do another test with the bar charts.
Anyway, do you think it's possible to do it with pie charts or it's going to be too complicated ?
Thank you for your help.