Forum Discussion
Date Slicer with seperate date table
- 7 years ago
The workstream on this link will definitely help you to do this.
Make sure on Power Query to use the following formula on the 'Invoke Function' Step.
Source(#date(2017, 01, 01), Number.From(DateTime.Date(DateTime.LocalNow()) - #date(2017, 01, 01))+1, #duration(1, 0, 0, 0))
You can get the custom calendar from this link.
Simply copy and paste the Calendar table (Power Query Editor) from the Calendar PowerBI workspace to your PowerBI workspace
The workstream on this link will definitely help you to do this.
Make sure on Power Query to use the following formula on the 'Invoke Function' Step.
Source(#date(2017, 01, 01), Number.From(DateTime.Date(DateTime.LocalNow()) - #date(2017, 01, 01))+1, #duration(1, 0, 0, 0))
You can get the custom calendar from this link.
Simply copy and paste the Calendar table (Power Query Editor) from the Calendar PowerBI workspace to your PowerBI workspace
I found another solution. It is a template which contains a date table.
Here you can specifiy the start date. The end date is the today's date.
Many thanks.
- v-piga-msft7 years ago
Resident Rockstar
Hi SPLeon,
It seems that you have found the solution, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, please feel free to ask.
Best Regards,
Cherry