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 August 31st. Request your voucher.
We have a SQL DB in Azure. The application we use stores daily history records in tables organized by month.. so it creates a new table every month. Fields are identical for each month, only the table name is different.
Is there a way to walk through the tables needed based upon a time slicer and grab the data from only the tables I need to use or even all the tables if needed?
tables names (i.e):
sqlt_data_1_2019-01
sqlt_data_1_2019-02
sqlt_data_1_2019-03
sqlt_data_1_2019-04
etc..
Solved! Go to Solution.
Hi @kgilmore33 ,
Slicer cannot filter the loaded datasets. If you want to load dataset dynamically based on selection, you could consider query parameters.
Best regards,
Yuliana Gu
Hi @kgilmore33 ,
Slicer cannot filter the loaded datasets. If you want to load dataset dynamically based on selection, you could consider query parameters.
Best regards,
Yuliana Gu