Forum Discussion
STrimpe
5 years agoFrequent Visitor
Using DATEDIFF with CALCULATE Function
I'm having an issue trying to combine the DATEDIFF statement with CALCULATE. This first statement below works. AGE = DATEDIFF('ATI MainStage'[InitialLoanEstimateIssuesDate].[Date],TODAY(),DAY)...
nandic
5 years agoResident Rockstar
Hi,
You could use IF statement. Example:
Date Difference Calculate = IF('Table'[Type]="Registered", DATEDIFF('Table'[Date],TODAY(),DAY))
Regards,
Nemanja Andic
Nemanja Andic