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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

SQL query to include date range of last 6 months but starting on the 1st.

I am using PBI Import from SQL Server Database to pull data for the last six months but want the start date to always be the 1st: of the month through today.  This is what I have right now:

Task.CreatedDate >=DATEADD(mm, DATEDIFF(m,0,DATEADD(m,-6,GETDATE())),0)

 

I did not want a partial month except for the current so for example, if I were to refresh the query today and anytime the rest of the month  I would want to include April 1st through current day.  Then in November the query would return May 1st through the current day.

Looking for help to complete the SQL Condition if possible.

Thank you in advance

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Sorry, ended up not needing to do this but thanks for answering!

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Best bet would be to simply use the function Start of Month

 

https://msdn.microsoft.com/en-us/query-bi/m/date-startofmonth

 

Pass it the date you wish, and it will return the 1st.

Anonymous
Not applicable

Sorry, ended up not needing to do this but thanks for answering!

 

Hi @Anonymous,

It's pleasant that your problem has been solved,  could you please mark an answer to close this topic if possible?

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.