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! Learn more

Reply
sonam_2588
Regular Visitor

Appending daily data without replacing old data in POWER BI

Hi All, I am working on the BI Dashboard where i take Data from Web site on daily basis

I have 2 tables: Table A and Table B

on Table A i take data from website and then i insert a new column in the table and put today's date in it.

on Table B: I am appending the data from Table A on daily basis.

so for e.g. i have taken data for 25th March from website in Table A and append it in Table B.

then on 26th March as well i am repeating same and it gets appended correctly in Table B. 

however on 27th its replacing 26th Data, so on 27th i am having date only for 25th and 27th istead of 25,26 and 27.

same way on 28th  i am having date only for 25th and 28 th istead of 25,26, 27 and 28

can anyone give me solution for this? it would be highly appreciated

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @sonam_2588 ,

 

You can create a custom column in Query Editor like below.

Date.From(DateTime.LocalNow())

1.PNG

Once you update table A, the date will update to localtime.

2.PNG

3.PNG

 

Best Regards,

Jay

 

Community Support Team _ Jay Wang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @sonam_2588 ,

 

You can create a custom column in Query Editor like below.

Date.From(DateTime.LocalNow())

1.PNG

Once you update table A, the date will update to localtime.

2.PNG

3.PNG

 

Best Regards,

Jay

 

Community Support Team _ Jay Wang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@sonam_2588 , Are you looking for incremental load https://community.powerbi.com/t5/Desktop/Incremental-data-load-from-Excel/td-p/140728

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

i researched on it and thing is i am working on Free version of BI. so i am not able to fine Increamental load option..can you please help me on this?

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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