Forum Discussion

vanessafvg's avatar
vanessafvg
Icon for Community Champion rankCommunity Champion
9 years ago
Solved

Getting rid of source tables after append

If you append a whole lot of tables in 1, is there a way of getting rid of the original tables without losing the data - iit just seems redundant to keep the original tables.   When I try to delete...
  • GilbertQ's avatar
    GilbertQ
    9 years ago

    Hi vanessafvg

     

    What you could do to increase performance is to disable the loading of your source tables in the Query Editor.

     

    This will not only make the data load a bit quicker, but it will also mean that it will not load into your data model. Which means that your data model will be smaller and more efficient.

     

    You can read this blog post by Rezza Rad where he goes into detail.

     

    Performance Tip for Power BI; Enable Load Sucks Memory Up