Forum Discussion
Relative Date filters
- 6 years ago
Anonymous , Selection Date is not allowed on relative date slicer. There are similar idea's posted. Please vote for that
other are
https://ideas.powerbi.com/forums/265200-power-bi-ideas/status/1328499?query=relative%20date%20slicer
You can try to do something like this
https://www.youtube.com/watch?v=duMSovyosXE
or rolling 30 days measure
Rolling 30 day = CALCULATE(sum(Sales[Sales Amount]),DATESINPERIOD('Date'[Date],MAX(Sales[Sales Date]),-30,Day))To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :
https://radacad.com/creating-calendar-table-in-power-bi-using-dax-functions
https://www.archerpoint.com/blog/Posts/creating-date-table-power-bi
https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/
See if my webinar on Time Intelligence can help: https://community.powerbi.com/t5/Webinars-and-Video-Gallery/PowerBI-Time-Intelligence-Calendar-WTD-YTD-LYTD-Week-Over-Week/m-p/1051626#M184
Appreciate your Kudos.
Anonymous , Selection Date is not allowed on relative date slicer. There are similar idea's posted. Please vote for that
other are
https://ideas.powerbi.com/forums/265200-power-bi-ideas/status/1328499?query=relative%20date%20slicer
You can try to do something like this
https://www.youtube.com/watch?v=duMSovyosXE
or rolling 30 days measure
Rolling 30 day = CALCULATE(sum(Sales[Sales Amount]),DATESINPERIOD('Date'[Date],MAX(Sales[Sales Date]),-30,Day))
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :
https://radacad.com/creating-calendar-table-in-power-bi-using-dax-functions
https://www.archerpoint.com/blog/Posts/creating-date-table-power-bi
https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/
See if my webinar on Time Intelligence can help: https://community.powerbi.com/t5/Webinars-and-Video-Gallery/PowerBI-Time-Intelligence-Calendar-WTD-YTD-LYTD-Week-Over-Week/m-p/1051626#M184
Appreciate your Kudos.
Thanks amitchandak it's disappointing that this isn't a current function in the relative date filter. I have voted for the idea.
Thank you for the suggestions, I'll try and work around and see if some give me half of what I need.