Forum Discussion
I Have one important question.
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.
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?????
- 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?????
- Anonymous8 years agoNot applicable
Kurumi0418,
I am not very clear about your expected result. Do you want to make Overall Turn rate history measure return same result as "C的平均" calculated column and “C的平均” column is calculated using DAX below ? If so, quentin_vigne's DAX should works.C的平均 = DIVIDE(sum('WAITING_TIME_REPORT_HISTORY'[Rule Output]),sum('WAITING_TIME_REPORT_HISTORY'[WIP]))
If you still have questions about the DAX, please review this thread about how to share sample data and post expected result.
Regards,
Lydia