Forum Discussion
Percentage passed SLA
- 6 years ago
I'm assuming that the values displayed in the last image is the "Passing" percentage. In that case create a measure like this:
Measure = DIVIDE( CALCULATE( COUNTROWS(ContactReport) ; ContactReport[Pass/Fail] = "Pass") ; COUNTROWS(ContactReport) ; BLANK() )
Format the measure as % and then place it in your chart and remove the legend. There should only be the measure and the date dimension.
If you dont get the correct result post a picture and we'll take another look 🙂
Br,
J
Hi,
The "100% stacked column chart" should display the values in % if you turn on the datalabels.
If you post a picture of your current chart it might be easier to see whats wrong!
Br,
J
- bilogin6 years ago
Helper I
This is how I want it to look:
Thanks,
Bec
- tex6286 years ago
Community Champion
I'm assuming that the values displayed in the last image is the "Passing" percentage. In that case create a measure like this:
Measure = DIVIDE( CALCULATE( COUNTROWS(ContactReport) ; ContactReport[Pass/Fail] = "Pass") ; COUNTROWS(ContactReport) ; BLANK() )
Format the measure as % and then place it in your chart and remove the legend. There should only be the measure and the date dimension.
If you dont get the correct result post a picture and we'll take another look 🙂
Br,
J