Forum Discussion
Anonymous
6 years agoNot applicable
Is there a way to track data changes?
Is there a way in Power BI to track what records have changed between data refreshed? For example, I have a status column in one of my tables. If a record is Open on the first refresh but Closed on t...
d_gosbell
Super User
6 years agoNo Power BI effectively does the equivalent of a delete and re-load. So it has no knowledge of the prior state of a given record. Change tracking like this should typically be implemented in a downstream system (like a data warehouse).