Forum Discussion
Dates breakdown for Countdown
- 3 years ago
Hello ,
try this :
Column =
IF ( DATEDIFF ( TODAY (), 'Location Expiration Index'[Review], MONTH ) = 3, "3 Month",
IF (DATEIFF(TODAY(), 'Location Expiration Index'[Review],MONTH)=2, "2 Month", "NO ALERT"If I answered your question, please mark my post as solution, Appreciate your Kudos!
- 3 years ago
hello,
Yes try it like this, there was an error in the typing of the measure :
Column =
IF ( DATEDIFF ( TODAY (), 'Location Expiration Index'[Review], MONTH ) = 3, "3 Month",
IF (DATEDIFF(TODAY(), 'Location Expiration Index'[Review],MONTH)=2, "2 Month",IF (DATEDIFF(TODAY(), 'Location Expiration Index'[Review],MONTH)=1, "1 Month", "NO ALERT"
Hello ,
try this :
Column =
IF ( DATEDIFF ( TODAY (), 'Location Expiration Index'[Review], MONTH ) = 3, "3 Month",
IF (DATEIFF(TODAY(), 'Location Expiration Index'[Review],MONTH)=2, "2 Month", "NO ALERT"
If I answered your question, please mark my post as solution, Appreciate your Kudos!
- Anonymous3 years agoNot applicable
Hi
Thank you for getting back to me
I've tried following your advise, and got the below:
Any further help will be greatly appriciated