Forum Discussion
Change data in a table according to filter
- Anonymous4 years ago
Hi Dread ,
Since table 1 and table 2 have the same column names, why not try to append the two tables in Power Query?
Append queries - Power Query | Microsoft Docs
After appending into one table, you can use the filter in the new table to filter.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I have two tables, they have exactly the same columns and using a single panel (the same for both tables) I would like to exchange the data shown between Table1 and Table2 using a checkbox or something like that.
Hi Dread ,
Since table 1 and table 2 have the same column names, why not try to append the two tables in Power Query?
Append queries - Power Query | Microsoft Docs
After appending into one table, you can use the filter in the new table to filter.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.