Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hey Experts,
I am stuck with this thing and it is so hard to figure out
So I am using PBIRS, I am so new to PBI in general.
I have created let's say table A
and want to schedule a weekly refresh for table A after publishing it.
What do I need in the updated data/Table?
1. Date of the refreshed date in a column
2. old data and new data (basically I want to save the state of the data)
Solved! Go to Solution.
It is very easy to schedule data refresh in Power BI Report Server. Please go through - https://learn.microsoft.com/en-us/power-bi/report-server/configure-scheduled-refresh.
Incremental refresh is not yet avaiable in Power BI Report Server.
It looks like you want to create/store snapshots of data, if that is the case, the best way to do that is in your ETL process and store the data in your database for Power BI to consume.
It is very easy to schedule data refresh in Power BI Report Server. Please go through - https://learn.microsoft.com/en-us/power-bi/report-server/configure-scheduled-refresh.
Incremental refresh is not yet avaiable in Power BI Report Server.
It looks like you want to create/store snapshots of data, if that is the case, the best way to do that is in your ETL process and store the data in your database for Power BI to consume.