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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

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
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.