Forum Discussion
Anonymous
5 years agoNot applicable
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...
- Anonymous5 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.
Anonymous
5 years agoNot applicable
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.