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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
I have a dataflow which is connected to a organization wide database. Now the requirement is to take snapshots of the data as of different dates and times so changes can be compared. A manual solution is that i take csv dump of dataflow results at every refresh and then compare. However, i would like to automate. Any advise, direction, hint or link of any useful resource would be highly apprecoated.
Solved! Go to Solution.
Change your direction of thought. Keep in mind that dataflows are already csv-like storage blobs. When you take your snapshots of the organization wide database contents you stuff these snapshots into the dataflow. Then do your intended reports in Power BI as needed.
WARNING: There is no guarantee that dataflows will hold your data forever. You may lose all of the history when you have to rebuild the dataflow for whatever reason. Either store your snapshots on-premise, or abandon the idea altogether and move on to the much more efficient CDC (Change Data Capture) philosophy where you keep track of changes in the data rather than wasting space with unreliable (and un-recoverable) snapshots.
Change your direction of thought. Keep in mind that dataflows are already csv-like storage blobs. When you take your snapshots of the organization wide database contents you stuff these snapshots into the dataflow. Then do your intended reports in Power BI as needed.
WARNING: There is no guarantee that dataflows will hold your data forever. You may lose all of the history when you have to rebuild the dataflow for whatever reason. Either store your snapshots on-premise, or abandon the idea altogether and move on to the much more efficient CDC (Change Data Capture) philosophy where you keep track of changes in the data rather than wasting space with unreliable (and un-recoverable) snapshots.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 48 | |
| 35 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 94 | |
| 79 | |
| 38 | |
| 27 | |
| 25 |