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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
TSchmidt
Frequent Visitor

Datestamp data each day

Hello,

 

I currently have an excel source where supplier managers of my organisation update rates on their suppliers. This means there are no date stamp on their input since they update the same data to current valid rates.

 

I am currently tasked to do daily calculations based on these rates but without a date structure i wont be able to compute up against other tables where the rates might have changed in the past.

 

Is it possible to capture the rate data once each day and datestamp it in PowerBI? Or would you rather suggest i modify the source with date data?

 

Example

 

On a given day the data might look something like this:

SupplierIDSupplierRate
111118,5
222226,8
333335,3

 

Another day some of the rates might have changed:

SupplierIDSupplierRate
111118,9
222226,8
333335,3

 

I am looking to date stamp the table each day:

SupplierIDSupplierRateDate
1111118,501-01-2022
2222226,801-01-2022
3333335,301-01-2022
1111118,902-01-2022
2222226,802-01-2022
3333335,302-01-2022

 

Looking forward hearing any suggestions.

 

Best Regards

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@TSchmidt , You can add a column using fixed localdatetime

https://docs.microsoft.com/en-us/powerquery-m/datetime-fixedlocalnow

 

And then try for dax append method 

https://blog.crossjoin.co.uk/2020/04/13/keep-the-existing-data-in-your-power-bi-dataset-and-add-new-...
https://www.thebiccountant.com/2017/01/11/incremental-load-in-powerbi-using-dax-union/

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

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@TSchmidt , You can add a column using fixed localdatetime

https://docs.microsoft.com/en-us/powerquery-m/datetime-fixedlocalnow

 

And then try for dax append method 

https://blog.crossjoin.co.uk/2020/04/13/keep-the-existing-data-in-your-power-bi-dataset-and-add-new-...
https://www.thebiccountant.com/2017/01/11/incremental-load-in-powerbi-using-dax-union/

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

Hi @amitchandak ,

 

Thank you very much for your suggestion. I followed the blog from Chris Webb and now i got a table which snapshots and datestamps the data each day. 

 

Appreciate your assistance!

 

Best regards

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors