This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi all.
I know this is kind of an ambiguous question, but I am curious whether filtering some of my tables is worth it. Say I had a table with 300,000 rows and I filter out 200,000 of them? Since 2/3 of the rows are eliminated, should Power BI theoretically take 1/3 the time to load the table in?
Also, is filtering an expensive operation in the Power Query editor? Should it be done at a certain point when editing a table in Power Query editor? Feel free to post any links if they are useful to this topic.
Appreciate the help!
Solved! Go to Solution.
My opinion is yes, it is worth filtering the tables.
But removing 2/3 of rows doesnt directly equal to reducing the load time to 1/3. Because the load time is not just for loading the rows, it is also for evaluating queries, converting to sql (if folding is possible) and more.
Best practice is always try to make sure that the query can be folded to SQL , so the the query can be evaluated in the source system. BUt of course only works with SQL databases.
When you have less data/rows, you DAX calculations will be faster too.
Hi jhalverson,
As mentioned above it can improve the performance but in order to improve the performance, there are multiple factors to be taken care of /or say you should be aware of
I hope this link will help you to some extent Power BI - Report performance best practices (datapears.com)
Thanks,
Ritesh
My opinion is yes, it is worth filtering the tables.
But removing 2/3 of rows doesnt directly equal to reducing the load time to 1/3. Because the load time is not just for loading the rows, it is also for evaluating queries, converting to sql (if folding is possible) and more.
Best practice is always try to make sure that the query can be folded to SQL , so the the query can be evaluated in the source system. BUt of course only works with SQL databases.
When you have less data/rows, you DAX calculations will be faster too.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 24 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 50 | |
| 33 | |
| 24 | |
| 24 |