Forum Discussion
AsNa_92
Resolver II
1 year agoDate Range and Period filter
Hi team, I have a request to develop a dashboard where I should have a range date (from to) and a checkbox that should show all the data in all dates as below: my data is separet dates ...
- Anonymous1 year ago
Thanks for the reply from speedramps and rohit1991, please allow me to provide another insight.
Hi AsNa_92 ,
Please refer to the following steps.Creates a new calculated column in the calendar table.
Column = "All Dates"Create slicers using these two columns separately. Then synchronize the filtering changes from the Calculated column slicer to the Date column slicer.
In this way, when you select the “All Date” option of the calculated column slicer, all dates will be displayed.
please see the attached pbix for reference.
Best Regards,
Dengliang Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
rohit1991
Super User
1 year agoTo create a dashboard with a date range filter and an "All Dates" checkbox:
- Add "From" and "To" date pickers for users to filter specific periods.
- Configure it to bypass the date range filter when selected, showing all data.
- Ensure dates are formatted consistently.
- Implementation:
- In Power BI: Use a slicer for the date range and a parameter or DAX measure for the "All Dates" functionality.
- In Tableau: Use a parameter for the checkbox and calculated fields to control the date filtering.