Forum Discussion
ThisIsVS
3 years agoFrequent Visitor
Performing same operation on multiple queries.
Suppose I've loaded 10 tables in Power Query Editor of Power BI Desktop. Each table consists of 1 million rows. I want to only load only 3000 rows from each table into the Power BI Desktop data model...
Anonymous
3 years agoNot applicable
Hi ThisIsVS
If you are using SQL, you can add "select top 3000" to the beginning of the query. You can also follow the "Keep Top Rows" steps below on Power Query to set this restriction in Power Query.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best regards 🙂
Ezgi Naz Aslankara
ThisIsVS
3 years agoFrequent Visitor
Anonymous Do I have to Repeat the "Keep Top Rows" step for all the tables?