Forum Discussion
Measure is causing incorrect Grand Total
- 5 years ago
Hi JacktheYeti
your formula should read:
Total $ Amount = SUMX('Campaign', 'Campaign'[CostPerMasterKey] * RELATED('RPT_CampaignOrderMasterKeyCounts'[TotalMasterKeysCount]))
if both table have an active relationship.
With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
FrankAT (Proud to be a Datanaut)
Hi JacktheYeti
your formula should read:
Total $ Amount = SUMX('Campaign', 'Campaign'[CostPerMasterKey] * RELATED('RPT_CampaignOrderMasterKeyCounts'[TotalMasterKeysCount]))
if both table have an active relationship.
With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
FrankAT (Proud to be a Datanaut)
- JacktheYeti5 years agoHelper I
This did the trick, thanks very much. I'll need to read up on the RELATED and SUMX functions.
Warm regards,
Jack