Forum Discussion
Anonymous
5 years agoNot applicable
Pie Chart based on Measure Results
I have multiple measures I am using to visually show the "health" of a project. Example: Finance KPI Indicator Color = if([Total Actual & Forecast]<[Total Budget], 1, if([Total Actual & Forecas...
Anonymous
4 years agoNot applicable
I am about to ask the same question. I have a measure which gives me the percentage of panels that need a healthcheck which I have put in a matrix. What I am hoping to achieve is to count the values of each percentage and have them in a pie chart.
The pie chart will show that for example 23% of companies have 100%, 5% of companies has 93% and so forth.
The measure I use is two count measures one counts the amount of panels the company has and the other counts how many of these panels have healthchecks scheduled in the future. Both of these results are also on the matrix result set below.
Is this at all possible?