Forum Discussion

MTracy's avatar
MTracy
Advocate I
5 years ago
Solved

Slow Power Query & refresh performance w/ multiple merges/lookups possible cause

I'm working with Help Desk ticket data from a 3rd-party vendor's reporting server, and a Dataflow handles the initial pull of needed tables and some light transformations.  Using Incremental Refresh,...
  • Burningsuit's avatar
    Burningsuit
    5 years ago

    Whilst you can have only one active relationship in a table, you can have any number of inactive relationships (dotted lines) between tables. I'd create the inactive relationships in the model then use the DAX USERELATIONSHIP on measures to swap between them. 

    Stuart