Forum Discussion
Kazzi
1 year agoFrequent Visitor
Updating specific columns
I am creating a tracker that will continuously update information, such as permit status, issued date etc. It will be a master list with some manually entered information in each row. The master li...
- 1 year ago
Hi Kazzi , Please try these
- Use Power Query to import and clean new data from the system into a Data Source Tab.
- Merge the "Master List" and new data using a left join on Permit Number.
- Update specific columns while preserving manually entered rows.
- Refresh Power Query when new data is added to automatically update the Master List.
If this post helped please do give a kudos and accept this as a solution
Thanks In Advance
- 1 year ago
Apply the Joine (Combine table) over your manuly entered table and update tdable.
Akash_Varuna
1 year agoSuper User
Hi Kazzi , Please try these
- Use Power Query to import and clean new data from the system into a Data Source Tab.
- Merge the "Master List" and new data using a left join on Permit Number.
- Update specific columns while preserving manually entered rows.
- Refresh Power Query when new data is added to automatically update the Master List.
If this post helped please do give a kudos and accept this as a solution
Thanks In Advance
- Kazzi1 year agoFrequent Visitor
Hi,
I am still very new to PQ and have some questions.
I've created a table where I add data. I've created a "cleaned data" query. Do I need a Master Query that uses "cleaned data" as a source?
Also when updating information, I can copy and paste new data into the source for the "cleaned data" and it has an independent data pulled date. Should I manually remove duplicates from that table, or should I go to "cleaned data" and remove duplicates? If so how do I make sure the older duplicates are removed and the newest are kept?