Forum Discussion
Fidzi8
6 years agoHelper V
% share for week
Hi,
I need a advice. How I create % share for week?
Thank you
Ondřej
- Anonymous6 years ago
Hi Fidzi8 ,
Try to use the below measure:
Measure 10 = DIVIDE(CALCULATE(SUM('Table (3)'[QTY])),CALCULATE(SUM('Table (3)'[QTY]),ALL('Table (3)'[Haulier])),0)Aiolos Zhao
2 Replies
- AnonymousNot applicable
Hi Fidzi8 ,
Try to use the below measure:
Measure 10 = DIVIDE(CALCULATE(SUM('Table (3)'[QTY])),CALCULATE(SUM('Table (3)'[QTY]),ALL('Table (3)'[Haulier])),0)Aiolos Zhao
- amitchandakSuper User