Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
M_SBS_6
Helper V
Helper V

Store data and append latest

Hi, 

I have a dataflow which pulls the following data: 

 

Rem.  House Purchase.   Advance

2%                6%                   2%

 

The problem that I have is that it doesn'thave a date stamp so when I run it today and then tomorrow, I'll have 1 row of data but the values could change. 

 

What I want is to keep today's values and add a date it was updated and then tomorrow, the values append yesterday's so it would look something like this:

 

Rem. House Purchase. Advance. Date

2%                6%               2%      15/05/24

3%                5%               2%      16/05/24

 

Is there anyway of doing this please?

3 REPLIES 3
lbendlin
Super User
Super User

Power BI has no memory. You need to manage your snapshots in the upstream system. Or consider moving to Fabric data lakes. Dataflow Gen2 have Append options.

Thanks. Any idea how we could do this within a dataflow? 

Not possible in a Gen1 dataflow. I don't have enough experience with Gen 2 dataflows but it might be possible there,

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors