Diagnosing Power BI DirectQuery Performance Problems Caused By SQL Queries That Return Large Resultsets
One very common cause of Power BI performance problems is having a table with a large number of rows on your report. It’s a problem I wrote about here, and while I used an Import mode for my example in that post I also mentioned that this can be an even bigger problem in DirectQuery … Continue reading Diagnosing Power BI DirectQuery Performance Problems Caused By SQL Queries That Return Large Resultsets
Published on:
Learn moreRelated posts
Power BI, Parallelism And Dependencies Between SQL Queries In DirectQuery Mode
This is going to sound strange, but one of the things I like about tuning Power BI DirectQuery semantic models is that their generally-slower ...
12 hours ago
Creating Engaging, Animated Line Charts in Power BI with Custom Visuals
Power BI provides powerful built-in visuals, but sometimes you need custom behavior—such as animated line transitions when filters change. In ...
2 days ago
Generate ERD diagrams for your Power BI Semantic Model using GitHub Copilot
While preparing for a training day I will host early March, I was doing some experiments in VS Code with GitHub Copilot and a few related exte...
5 days ago