Forum Discussion

powerbihelp87's avatar
4 months ago
Solved

Power BI Direct Lake Best Practice

I keep hearing mixed opinions with Direct Lake   For a large Fact Table would you suggest importing DIMS and Direct Lake Fact table? I keep seeing Direct Query fallback on our DirectLake Fact+Dim ...
  • cengizhanarslan's avatar
    4 months ago

    When you Import dims and Direct Lake the fact, Power BI handles the join at query time using the framed fact data against the in-memory dim data. This combination is generally faster than pure Direct Lake on both because the dim lookups do not go through the SQL endpoint at all.

     

    The most common causes on a Direct Lake fact table are calculated columns on the fact table, Power Query transformations applied to the fact table, relationships set to bidirectional cross-filter, or RLS rules that cannot be evaluated via framing. Check each of these on your fact table first, any one of them forces the whole model into fallback.