Forum Discussion

kbearman's avatar
kbearman
New Member
3 years ago
Solved

Filtering performance within power query referencing dataflow

Hello   We have worked around this for now but I would appreciate a greater understanding of the performance issue we found   We have two dataflows that each create a table based on a folder conn...
  • ppm1's avatar
    3 years ago

    Please share the M code from your #3 scenario. I suspect you could use List.Buffer or Table.Buffer to load your meta file contents only one time to be used in your Dataflow filter.

     

    Pat