Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
How can I set up my Power Query so that when it refreshes, it doesn't overwrite my statuses AND any new Contacts added via refresh will have the Status="Not Started"
Here's the original:
Contact Status
Person A In Progress
Person B Completed
Person C Completed
This is what I would like it to look like AFTER I refresh the queries:
Contact Status
Person A In Progress
Person B Completed
Person C Completed
Person D Not Started
Person E Not Started
What I don't want it to do:
Contact Status
Person A Not Started
Person B Not Started
Person C Not Started
Person D Not Started
Person E Not Started
Thank you!
Hi @Anonymous ,
Power Query is not a data warehouse. The refresh process is:
Wipe all existing data > Import latest data fom source > Perform transformations
If the [Status] values in your source data change, then that is all Power Query will be able to import.
My recommendation would be, if possible, to also import some other columns from the source that give you the information you need to reproduce the logic that evaluates the status for the row. You can then recreate the row status as you want it during the 'Perform transformations' stage of the refresh process.
Pete
Proud to be a Datanaut!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.