Forum Discussion

iRuso's avatar
iRuso
Regular Visitor
8 years ago
Solved

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...
  • Zubair_Muhammad's avatar
    8 years ago

    Hi iRuso

     

    Try this MEASURE for the CARD VISUAL

     

    WSD =
    CALCULATE (
        [Store Share],
        SUMMARIZE ( Sheet2, Sheet2[Store], "Share", [Store Share] )
    )