Forum Discussion
I Have one important question.
Hi Kurumi0418
What result are you expecting ? Show us what the column C should look like (with value)
You need a percentage ?
- Quentin
- Kurumi04188 years agoHelper I
Hi Quentin,
I want "C_Table" = overall turn rate values, it doesn't percetage.
Thanks.
Because, I want use "C" to X bar, but now I just have overall turn rate value, and it doesn't same with "C"
Overall turn rate is right valure = Rule output/WIP
See the picture. thanks Quentin.
- quentin_vigne8 years agoSolution Sage
I'm note to understand what you want but did you try this :
CALCULATE(DIVIDE(sum('WAITING_TIME_REPORT_HISTORY'[Rule Output]),sum('WAITING_TIME_REPORT_HISTORY'[WIP]));ALL(WAITING_TIME_REPORT))If this doesn't work can you tell me the values expected of C_Table ? (Is C-Table the yellow line on the picture ? )
- Quentin
- Kurumi04188 years agoHelper I
Hi Quentin,
I want use measure value in Chart X bar like "1.3", But now I use Column calculate [Rule output/WIP] it's different "Overall turn rate" value, so how can I make right valure?????