Forum Discussion

learner03's avatar
learner03
Post Partisan
5 years ago
Solved

Space consumption issue and error-Urgent

I have recently started using Power BI and till now have basically created 4 reports. My data source is a custom connecter with .mez extension provided by the warehouse management system. I directly ...
  • Greg_Deckler's avatar
    Greg_Deckler
    5 years ago

    learner03 Measures will not affect data load, only calculated columns. The code looks relatively innocent enough. You can use performance analyzer in Power Query Editor to perhaps see what row is taking the most time. Alternatively, duplicate your query and disable load on the duplicate. Then on the original, remove half the steps from the bottom and see if the issue persists. If so, remove another half of the steps. Otherwise, if the issue is gone, then add half of the steps you removed. In this manner, zero in on what is causing the problem.