Forum Discussion

crispybits77's avatar
crispybits77
Helper I
1 year ago
Solved

Append tables explodes file size

Hi all   I have a table I need to duplicate several times, filter different things and doing little different bits of data manipulation, and then re-append them all into a final master data table. ...
  • crispybits77's avatar
    1 year ago

    Found it - it was the List.PositionOf lines. I replaced them with standard table merges and suddenly the table size has gone from 9.2GB to 40MB and the refresh is quick again.

    The theory behind it is discussed a bit in this post and this is what led me to those lines being the problem:

    Solved: List.PositionOf > performance than Merge Queries? - Microsoft Fabric Community

    Thanks again Ritaf1983 for getting me thinking in the right directions, even if I never gave you a chance to identify the specific problem before I found it on my own