The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I am trying to create a slicer that allows you to push a button to select a specific date range. There will need to be overlapping date ranges so the most recent date will be shown as part of Yesterday, This Month and This Week.
At the moment I have created a custom table that sets a label to a date, but I can't get the system to filter the Calender table based on the Date Reference as this is a One to Many relationship that is constantly being swapped to a Many to One relationship so I can either filter in the wrong direction or run the filter in both directions.
Is there a way to get the system to do a single direction filter on a One to Many relationship, or am I approaching this in completely the wrong way and there is a better system to create the filter I want?
Solved! Go to Solution.
@Anonymous,
A calculation group would be a good option. You could create five calculation items, one for each slicer value. Here's an article on how to create them:
Proud to be a Super User!
@Anonymous,
A calculation group would be a good option. You could create five calculation items, one for each slicer value. Here's an article on how to create them:
Proud to be a Super User!
Thanks,
I didn't know that calculation tables existed. They are exactly what I was looking for.