Forum Discussion

PhilippeMuniesa's avatar
PhilippeMuniesa
Icon for Resolver I rankResolver I
5 years ago
Solved

Filter by list or by arguments -- very different processing times

  hello,   I'm trying to filter a table and I don't understand the origin of the difference in processing time between two methods. So I'm looking for an effective method.   The problem is to f...
  • Jimmy801's avatar
    5 years ago

    Hello PhilippeMuniesa 

     

    try to change approach 1 like this

    let
               Source - Ouvre_FEC1,
               BufferList = List.Buffer(Liste_JX_Selection_Liste),
               Filtre_Selon_Jx_Selectionnes - Table.SelectRows (Source, each List.Contains (BufferList , [JournalCode])
    In
               Filtre_Selon_Jx_Selectionnes 

     

    If this post helps or solves your problem, please mark it as solution (to help other users find useful content and to acknowledge the work of users that helped you)
    Kudoes are nice too

    Have fun

    Jimmy