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

Unable to create Week End Date in Direct Query

Hi Guys,

 

I am trying to create week end date in PQ. Although I am able to do that it forces me to change the query to 'import'

 

Any workaround as I need it in DQ. Cheers!

 

mandar_manik_0-1640369389597.png

 

1 ACCEPTED SOLUTION
AlexisOlson
Super User
Super User

I'm not sure you can do it in Power Query but it looks like a DAX calculated column still works:

EndOfWeek = DatesTable[Date] + 7 - WEEKDAY ( DatesTable[Date] )

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

You could either use formatting to get the days of the week (using ddd) and go from there.

 

--Nate

v-angzheng-msft
Community Support
Community Support

Hi, @Anonymous 

Like @Greg_Deckler  and @AlexisOlson  mentioned above, you can create a measure to do it.

vangzhengmsft_0-1640659046042.png

 

 

 

Best Regards,
Community Support Team _ Zeon Zheng


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

AlexisOlson
Super User
Super User

I'm not sure you can do it in Power Query but it looks like a DAX calculated column still works:

EndOfWeek = DatesTable[Date] + 7 - WEEKDAY ( DatesTable[Date] )
Greg_Deckler
Community Champion
Community Champion

@Anonymous Create a measure? Week Ending - Microsoft Power BI Community



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

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.