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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
coolshib
Helper III
Helper III

Need Help on Dax date measure

Hello People,

I have two columns in my dataset, one is [Date] and another is [Filing date].

I am looking for a dax formula which would return value based on following condition:

  If [Filing date] < 11th day of Next month considering [Date] column then True else False.

 

For Example, if my date column is 18th April 2022 & my filing date coloumn is on or before 11th May 2022 then the result would be True  and If filing date column is on or after 12th May then the result would be false.

 

Hope i have explained my query properly.

Thank you so much in advance.

Best Regards,

Shib 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@coolshib ,

A new column

if([filling Date] < Eomonth([Date],0) +11, True(), False())

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@coolshib ,

A new column

if([filling Date] < Eomonth([Date],0) +11, True(), False())

Thank you so much.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.