Forum Discussion

jaryszek's avatar
jaryszek
Super User
8 months ago
Solved

Modelling big data query performance - how to improve?

Hello Guys, this is my model: The week point is a bridge table here because i have 68 M rows there.  And now showing some fields from Resources + MEasure to count rows from BridgeTable (...
  • rohit1991's avatar
    8 months ago

    Hii jaryszek 

     

    The correct modeling fix is to pre-aggregate or reduce the bridge (e.g., create a tag-to-resource mapping table with unique pairs, or materialize the many-to-many logic in your ETL). Power BI is not optimized to run DISTINCTCOUNT over a 68M-row bridge on the fly. Reducing the bridge cardinality is the only reliable way to improve performance.