Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Power Query load times get longer after edited steps

Hello!   I'm using power query for my daily work and I notice whenever I edited some steps inside my query, the output result take longer than before.   My query usually have a couple of master d...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Well, "AND" statements take longer in every system, and in your case, you have two "if" equality tests as well. So in your original query, one column gets searched once. In your second query, you search the first column, and if false, then first column again, along with another column if that "if" predicate is true. Instead of looking for a value in one column, the query now has to look through one, but maybe two, or maybe three.

     

    --Nate

  • Gurps's avatar
    3 years ago

    I have found that the query load only begins to take a very long time when you start merging / appending tables that contain structured columns (the ones that you can expand to access data in linked tables). 

     

    When removing these before performing the merge the load times are drastically reduced.