Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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. How should I do It?
@ThisIsVS Nope 🙂 , You have to do this one by one because the tables are in power query separately.
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
@Anonymous Do I have to Repeat the "Keep Top Rows" step for all the tables?