Forum Discussion
Add Week End Dates to Staff Table
- 4 years ago
Hi,
to have it in Power query you can:
- duplicate your date table and filter it to have only WeekEnd (in your case you want Friday)
- then in your table you add a custom column referring the name of the query of your filtered date table
- expand custom column
- now expand custom table
- change type yo date
and that's done
If this post isuseful to help you to solve your issue consider giving the post a thumbs up and accepting it as a solution !
Hi,
to have it in Power query you can:
- duplicate your date table and filter it to have only WeekEnd (in your case you want Friday)
- then in your table you add a custom column referring the name of the query of your filtered date table
- expand custom column
- now expand custom table
- change type yo date
and that's done
If this post isuseful to help you to solve your issue consider giving the post a thumbs up and accepting it as a solution !
Thank you! This is exactly it and very straightforward! One of these days I'll be able to logically step through this in my head.