Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
indyb
Helper III
Helper III

What am I doing wrong? Trying to would out if a review is in the next month

I am building a policy review dashboard and trying to add a calculated column to let me know if a policy is due in the next month or not.
 
There are two dates. "Next Review Date" and "Training Schedule". 
 
I want to see if the date in either of those columns fall in the following month (i.e. Current month is Sept and if a date in either column is Oct, then "Yes")
 
I have tried the following to add a calculated column, but it doesnt seem to work.
 
Policy Review Next Month = IF('Policy Matrix'[Next Review Date] = MONTH(TODAY())+1,"Yes",IF('Policy Matrix'[Training Schedule] = MONTH(TODAY())+1,"Yes","No"))
 
Any ideas of where I could be going wrong, or better yet, a soloution?
 
Regards, 
 
Indy
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@indyb , try like

Policy Review Next Month = IF(eomonth('Policy Matrix'[Next Review Date],0) = eomonth(TODAY(),1),"Yes",IF(eomonth('Policy Matrix'[Training Schedule],0) = eomonth(TODAY(),1),"Yes","No"))

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@indyb , try like

Policy Review Next Month = IF(eomonth('Policy Matrix'[Next Review Date],0) = eomonth(TODAY(),1),"Yes",IF(eomonth('Policy Matrix'[Training Schedule],0) = eomonth(TODAY(),1),"Yes","No"))

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

That worked! Thank you!! 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.