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
amitchandak
Super User
5 years agoMagpie_Rob ,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.