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.
lbendlin
5 years agoSuper User
Please explain your reasoning for applying that type of relationship.
Would you consider both tables to be Fact tables? Are there Dimension elements in these tables? Would it be better to apply some gentle normalization to arrive at a Star schema data model?