Forum Discussion

julsr's avatar
julsr
Continued Contributor
9 months ago
Solved

Direct query vs Import Mode when complex DAX is used

Hello Everyone,   I’m currently using Dataflows to build my visualizations and reports. Each report automatically creates a semantic model that includes the same data from the Dataflow, plus any ad...
  • GeraldGEmerick's avatar
    9 months ago

    julsr One option would be to simply take your dataflow Power Query code and use that in your import queries. Then you are just refreshing a single time. The other option would be to land your dataflows in a Fabric warehouse/lakehouse and use Direct Lake. DirectQuery is going to be limited and slow. Direct Lake should be comparable to import but somewhat slower.