Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
This looks like a simple question but i couldnt figure it out for Power BI.
I want to copy few selected rows from one table/query and paste into another table/query. Assuming the number of columns and data type are the same.
I do not want to append the whole tables together, as i just want a few selected rows.
Is there a simple step to this?
Both of my tables are from the web, so when i click on 'Source' in the Power Query steps column, i do not have a create rows option.
thanks!
Solved! Go to Solution.
Hi , @dansee
If these selected rows contain some filtering rules, you can use the function "Table.selectrows" to return a table of rows you want.
Table.SelectRows(table as table, condition as function) as table
Then you can use the option" append queries" to append this new table to original table.
You also can consider duplicating a new query then apply filter to rows before you append queries .
When loading data, the rows filtered in the new query will not be imported into the data model.
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi , @dansee
If these selected rows contain some filtering rules, you can use the function "Table.selectrows" to return a table of rows you want.
Table.SelectRows(table as table, condition as function) as table
Then you can use the option" append queries" to append this new table to original table.
You also can consider duplicating a new query then apply filter to rows before you append queries .
When loading data, the rows filtered in the new query will not be imported into the data model.
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@dansee , you have to filter or append in power query. for dax try this
https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/
Hi @dansee
Filter the two initial queries down to the number of rows you want in the final table and then append both queries
Please mark the question solved when done and consider giving kudos if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
69 | |
68 | |
40 | |
29 | |
26 |
User | Count |
---|---|
88 | |
49 | |
45 | |
38 | |
37 |