Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Updating Queries

Hello, I have an old pbix file that pulled data from two sources that no longer exsist but the data pulled is still in my report. I need to keep the data and file as is but need to add a new source t...
  • mahoneypat's avatar
    4 years ago

    You can "Copy Table" by right clicking in the Data View and paste it in Excel or (if many rows) you can use DAX Studio to export your data as csv or excel.  You can then build a new model with the old data from csv/Excel and connect to your new data source too.

     

    Pat