Forum Discussion

bkoenen's avatar
bkoenen
Helper I
5 years ago
Solved

Power BI Desktop, import data from SQL Database and build a history

Hello,   I have a connection from Power BI Desktop to an SQL database. I only import one table, this table has only one row with columns: Number, date/time, user.   Sometimes a user changes the N...
  • edhans's avatar
    5 years ago

    No. Power BI is a read only tool, it cannot change data in the source nor add an archive. Each refresh is a "wipe everything and reload from the source."

    To create an archive of what was done, you would need to either use a Stored Procedure to append data to a history table you create when that table changes, or use Power Automate to do this via a flow. It can detect when records change and add data to a new SQL table or an Excel spreadsheet if that is easier.