Forum Discussion
Magpie_Rob
Helper I
5 years agoSUM when date > dynamic date
Hello, I'm trying to perform a dynamic calculation. the premis is I want to see when a customer first used a promotional code, and how much the have spent with us after. I have calculated ...
- 5 years ago
CALCULATE(amt,Filter(all(DAtedim),datesdim(date)>mcd))
You need to created Date Table to connect to the fact table to achieve above
VijayP
Community Champion
5 years agoCALCULATE(amt,Filter(all(DAtedim),datesdim(date)>mcd))
You need to created Date Table to connect to the fact table to achieve above