March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hey Guys,
I have a report that automatically refreshes based on a database but iI want to keep the old data so I can track progress.
The update overwrites the current data so it's always a copy of the realtime info.
Is it possible to create a new table which adds the updated data ?
So if i have table A with 100 adresses in it that will be copied to table B
When Table A updates those 100 adresses the new data will be added to table B but NOT overwrite it (so basically table B would have 200 rows)
When the data updates again, table A will still have the most recent data of those 100 adresses but again those 100 adresse will be added to table B and therefore Table B would have 300 adresses and so on
Solved! Go to Solution.
Have you heard before about incremental refresh ?
Incremental refresh extends scheduled refresh operations by providing automated partition creation and management for semantic model tables that frequently load new and updated data. For most models, one or more tables contain transaction data that changes often and can grow exponentially, like a fact table in a relational or star database schema. An incremental refresh policy to partition the table, refreshing only the most recent import partitions, and optionally using another DirectQuery partition for real-time data can significantly reduce the amount of data that has to be refreshed. At the same time, this policy ensures that the latest changes at the data source are included in the query results.
With incremental refresh and real-time data:
https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-overview
Have you heard before about incremental refresh ?
Incremental refresh extends scheduled refresh operations by providing automated partition creation and management for semantic model tables that frequently load new and updated data. For most models, one or more tables contain transaction data that changes often and can grow exponentially, like a fact table in a relational or star database schema. An incremental refresh policy to partition the table, refreshing only the most recent import partitions, and optionally using another DirectQuery partition for real-time data can significantly reduce the amount of data that has to be refreshed. At the same time, this policy ensures that the latest changes at the data source are included in the query results.
With incremental refresh and real-time data:
https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-overview
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |