Forum Discussion
adoalan
3 years agoHelper III
Help with comparing two dates DAX
Hi,
Can you help me with the below formula.
I want to compare the two dates but is asking to use an agregation
New Existing = IF(nfp_giftaiddeclaration[Created On] <= EDATE('contact'[Created On],1),
"New",
"Existing"
)
Many thanks
ADO