Tracking data changes with Power Query

daniellebruno

New Member
Joined
Dec 12, 2017
Messages
2
I am using Microsoft Excel 2010; 32 bit

I have a workbook query set up through Power Query that returns a table (24 columns, 12,000+ rows). It is a web connection to a DB2 (authentication required).

I have it set up so that the first column is the modified date (date and time stamp). The table is sorted by the modified date (newest to oldest).

I refresh it regularly to check for data changes. Unfortunately, although the modified date tells me that SOMETHING changed in that row, it does not tell me WHICH cell was modified.

Is there a way to track changes so that I know what data (cell) was edited? Thank you.
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Peer query doesn’t archive the results. You would need to store a before copy of the table and then join it to the refreshed copy. You could do this by duplicating the workbook, load one copy to Excel and save. Don’t refresh this again. In the second workbook, load the table from the first workbook - this is the before version. Then join and compare
 
Upvote 0

Forum statistics

Threads
1,214,936
Messages
6,122,340
Members
449,079
Latest member
rocketslinger

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top