Forum Discussion

rudoce's avatar
rudoce
Frequent Visitor
4 years ago
Solved

Direct Query unexpected behaviour

Hello to you all. We are facing a problem modelling a star with a very big fact table (>13.000 Millions of rows) and 5 dimensions linked using common Kimball approach. Those dimensions feed filters ...
  • rudoce's avatar
    rudoce
    3 years ago

    Hello frtcndkm.

    We solved the issue avoiding the sql overwriting in the native query when accessing the source data.  Instead of using a native query, we pointed to the fact table using the UI and then we selected the required columns and applied the transformations needed.

    I know it is anoying and something Power BI must work on, but is the only workaround I found.

    To stick with query folding and better performance, I recommend you to create views in your source system with the required queries and then access them from Power BI using the navigation widget.