Forum Discussion
Date Filter between month
Hello everyone,
guess it is pretty simple, but i am not getting it done.
I have the below "between filter" by days, but i need it by month to filter from JUL 20 - OCT 20 f.e., without seeing each day.
If i change it to Month, Power BI automatically change the filter to a list.
My calender table looks like this:
Thanks for your help.
kind regards
markus
markus123 , There is no between slicer for month.
You can check if time https://appsource.microsoft.com/en-us/product/power-bi-visuals/wa104380786?tab=overview
2 Replies
- amitchandakSuper User
markus123 , There is no between slicer for month.
You can check if time https://appsource.microsoft.com/en-us/product/power-bi-visuals/wa104380786?tab=overview
- AnonymousNot applicable
markus123
You need to create a month column to get the month number, the month in the hierarchy is the text name.Month = MONTH([Date])
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.