What is the most effective first step when optimising a slow Power BI report?
- A Removing unused columns and adopting a star schema
- B Adding more visuals per page
- C Switching to DirectQuery
- D Increasing the refresh frequency
Answer
Removing unused columns and adopting a star schema
Model-level fixes usually give the largest gains. Every unused column costs memory and refresh time.





