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 looking the way for setting the scheduled refresh by each table.
I have tables that required data refresh once/day and also i have tables for once/hour.
since i have a lot of table in one report, it will need longer time for refreshing all tables with configuration once/hour data refresh.
I want to keep data refreshed as needed but in the shorter time
Anyone know how to figure it out?
Thank you
Solved! Go to Solution.
This is not possible on Report Server. The only way to do this currently for a pbix file is if you have Premium Per User or Premium Capacity. Then you can use the XMLA endpoint to send specific refresh requests to specified sets of tables.
This is not possible on Report Server. The only way to do this currently for a pbix file is if you have Premium Per User or Premium Capacity. Then you can use the XMLA endpoint to send specific refresh requests to specified sets of tables.
Thank you