Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
103 | |
98 | |
98 | |
38 | |
37 |
User | Count |
---|---|
152 | |
120 | |
73 | |
72 | |
63 |