Forum Discussion
iRuso
8 years agoRegular Visitor
Weighted Distribution calculation
Dear all, I need help. I have a simple data model and have to calculate weighted distribution for products in stores per category. WSD Calculation is very simple – I should sum StoreSha...
- 8 years ago
Hi iRuso
Try this MEASURE for the CARD VISUAL
WSD = CALCULATE ( [Store Share], SUMMARIZE ( Sheet2, Sheet2[Store], "Share", [Store Share] ) )
iRuso
8 years agoRegular Visitor
Hello,
For Product2 as showed above - Card Value should be 92.02.
This Sum of store share values.
Thank you in advance.
Zubair_Muhammad
8 years agoCommunity Champion
Hi iRuso
Try this MEASURE for the CARD VISUAL
WSD =
CALCULATE (
[Store Share],
SUMMARIZE ( Sheet2, Sheet2[Store], "Share", [Store Share] )
)- iRuso8 years agoRegular Visitor
Great !
It was easy. Thank you a lot!