Forum Discussion
IgorS
4 years agoRegular Visitor
One Slicer or filter for different date columns
Hello, I have on one page in PB different visualizations. For example one is sell value and another is order value. They come from different tables. Is it possible to make slicer where I change t...
BA_Pete
Super User
4 years agoHi IgorS ,
You need to create a calendar table either in Power Query or DAX (plenty of examples available online).
Create a relationship between calendar[date] and the date fields in each of your fact tables.
Use the calendar[date] field in any slicers and visualisations.
Pete