Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Performance hit after model change

Hi,   I updated model of one of my reports recently and noticed that it caused huge performance hit when filtering by clicking on visualizations. It works fine when I click on my table visualizatio...
  • Anonymous's avatar
    Anonymous
    6 years ago

    The problem was actually the model, or maybe rather DAX generated while cross filtering. Power BI created one filter variable that contained filtering rules comming from two dimension tables around the fact table. Breaking it into two in DAX Studio made things work within eye blink but as I had no influence on code Power BI generates I simply changed the model, so one of the measure tables got joined into fact table and now it works fine. My measurements also appear to be good as report performance is now good enough for my users.