Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hello everyone!
I have built a new report with a monthly slicer/ filter.
Every user can select a specific month to get the values for our sales.
Is there any chance to have a dynamic filter, that is always filtered on the current month?
For now, I am using a bookmark that is updated monthly manually.
Ps. I asked the same question in a couple of other forums but received no proper reply.
Solved! Go to Solution.
Hi, @neeleshbi
According to your description, I think you can create a date table to display all the dates in the current month,new a relationship with main table date, then use it as a date slicer.
Table =
VAR a =
YEAR ( TODAY () )
VAR b =
MONTH ( TODAY () )
RETURN
CALENDAR ( DATE ( a, b, 1 ), EOMONTH ( TODAY (), 0 ) )
If it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @neeleshbi
According to your description, I think you can create a date table to display all the dates in the current month,new a relationship with main table date, then use it as a date slicer.
Table =
VAR a =
YEAR ( TODAY () )
VAR b =
MONTH ( TODAY () )
RETURN
CALENDAR ( DATE ( a, b, 1 ), EOMONTH ( TODAY (), 0 ) )
If it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@neeleshbi You can use the relative date slicer and set to in last 1 month, but this can only be done with a date slicer, not a month slicer.
https://docs.microsoft.com/en-us/power-bi/visuals/desktop-slicer-filter-date-range
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
92 | |
86 | |
85 | |
66 | |
49 |
User | Count |
---|---|
140 | |
113 | |
106 | |
64 | |
60 |