Forum Discussion
Anonymous
7 years agoNot applicable
How to set week end day in Power Query
Hello, I am trying to add a column for "week end date" via Power Query. On the Transform Ribbon, I selected Date > Week > End of Week and it added the column. However, it is showing weeks endin...
- 7 years ago
Hi Anonymous
Add a custom column instead.
=Date.EndOfWeek([PutDateColumnNamehere],0)
Zubair_Muhammad
7 years agoCommunity Champion
Hi Anonymous
Add a custom column instead.
=Date.EndOfWeek([PutDateColumnNamehere],0)
- Anonymous6 years agoNot applicable
I just found this post because I am looking for a similar solution. This is exactly what I would like to do, but ideally I would want to add this customer column to the Date Table I created. Is it possible to do this? The Date Table is not listed in the Power Query Editor.
- Anonymous6 years agoNot applicable
Did you add the date table via Power BI desktop? If so, it will not be available for modifications in PowerQuery. You could set the week end date in the table in Power BI desktop, though.