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,
When I make a change in PowerBi query editor, for example: count rows of a column, filter a column, it is extremely slow.
It takes hours to do that.
Why is that and how can I speed up?
My table has +- 250.00 rows and has 11 columns. I didn't make any changes so far to this model.
The API has a max of 100 records per page, but I changed the advanced editor so that all the records comes in 1 table.
My system is 12th generation i7 with 40GB of RAM.
Oh I also have a model from SQL and this one has millions of rows with many Applied steps etc etc, but no problem at all.
Anyone a suggestion?
Your API may be artificially slowing you down because of too many requests.
For testing use a local copy of the data. In production experiment with parallel queries.
@lbendlin with a local copy, it's much faster. What do you mean with "parallel queries"?
Instead of running one query for "250" rows run five separate queries for "50" rows each.
Numbers in air quotes as that seems like a very low API limit to start with
Check out the July 2025 Power BI update to learn about new features.