Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

SUM IF / Date Issue

Hi there,   I am having trouble with one of my measures. Esentially I am trying to sum the sales from 2 tables... Both have SKU and Quarter in the rows. When I am looking at Sales, I believe the me...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Anonymous 

    Try create the following measure:

     

    Measure = Sumx(All('LicenseBrand Data'),[Sales $]) + Sumx(All('E-Comm'),[Merch & TY])

     


    Paul Zheng _ Community Support Team
    If this post helps, please Accept it as the solution to help the other members find it more quickly.