Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a question.
Suppose that i have alot of visuals with each table as each data source (oracle database tables).
Every table has each columns but with 1 columns with the same value and type, let's say "Created Date" column.
How do i make a data filter (calendar picker input) that can be applied to every visuals that has the "Created Date" column?
So far, what i found is Report level filters, that can only be filled with a column of one table, but the filter doesn't work for other tables.
Thanks in advance.
Solved! Go to Solution.
Hi @deckamaha,
Yes. As suggested by askelton, you could create a calendar table using CALENDAR function. Since each source table has a date column, please create a relationship between calendar table with each data table. Then, add date column from calendar table into slicer as selection options, when you specify a date in slicer, all visuals will be filtered together.
Regards,
Yuliana Gu
Make a date table with just unique values of those dates, and then make a relationship to the other tables.
i don't quite understand by what you mean, so i have to make the relationships between the tables?
Hi @deckamaha,
Yes. As suggested by askelton, you could create a calendar table using CALENDAR function. Since each source table has a date column, please create a relationship between calendar table with each data table. Then, add date column from calendar table into slicer as selection options, when you specify a date in slicer, all visuals will be filtered together.
Regards,
Yuliana Gu