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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

Show first day of the last week of the month

Hi All, 

 

I need help from you dear gurus. 

 

I need to return the first day of the last week of the month in the query. This is so that I can filter out only the data that I need. 

 

For e.g., if its 20/09 today then I would need to return 30th of August (Monday which is the first day of the last week of the month) 

 

Thanks a bunch for all your wisdom. 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , You can get like

 

Last Month last weekWeek Start date =
var _dt = eomonth(today() ,-1)
return
_dt+-1*WEEKDAY(_dt,2)+1

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , You can get like

 

Last Month last weekWeek Start date =
var _dt = eomonth(today() ,-1)
return
_dt+-1*WEEKDAY(_dt,2)+1

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.