Forum Discussion
Datetable and Summarize Column
- 8 years ago
Hi v-yulgu-msft,
Thanks. Solved problem with help from v-jiascu-msft. or rather work around the problem by not using summarizecolumns.
Sample file attached. Appreciate reply from both again.
https://1drv.ms/u/s!ArjVwEnHONXNggfW2ETtdFOTf9Zx
Hi vincentakatoh,
Below measure can return correct percentage (CountPass/Totalcount) per level.
Measure Yield = DIVIDE(SUM(Yield[CountPass]),SUM(Yield[TotalCount]),1)
But, based on my test, it seems that PRODUCT function always evaluates the product value for each detailed row in whole table. So, when we drill up to weekly level, it returns wrong result.
If you work it out later, appreciate that you could share your solution here.
Best regards,
Yuliana Gu
Hi v-yulgu-msft,
Thanks. Solved problem with help from v-jiascu-msft. or rather work around the problem by not using summarizecolumns.
Sample file attached. Appreciate reply from both again.
https://1drv.ms/u/s!ArjVwEnHONXNggfW2ETtdFOTf9Zx