Forum Discussion

powerbiexpert22's avatar
powerbiexpert22
Icon for Impactful Individual rankImpactful Individual
10 months ago
Solved

migrate incremental refresh enabled reports from one tenant to another

i need to migrate some reports with incremental refresh enabled from one power bi tenant to another tenant, i cannot download those pbix fles since due to incremental refresh enabled , how to migrate...
  • Nasif_Azam's avatar
    10 months ago

    Dear powerbiexpert22 ,

    Unfortunately, once a Power BI dataset has incremental refresh enabled and is published to the Service, the original PBIX file can not be downloaded back. This is a limitation by design because the dataset in the Service is partitioned and optimized differently from the original model. However, you can try the possible options:

     

    1) Check OneDrive or Source Control: First, try to locate the original PBIX file in any shared project folder (SharePoint, OneDrive, or version control like Git). Developers often store source PBIX files outside Power BI Service.

     

    2) If You Still Have Access to the Workspace:

    • Go to the dataset settings and note the data source like SQL Server, Fabric Lakehouse, etc.

    • You can rebuild the PBIX manually by connecting to the same data source and reapplying the model settings and measures.

    • Export the dataset schema using the Tabular Editor to recreate the model in the target tenant.

    3) Use XMLA Endpoint (Premium/PPU Only):

    • Connect to the existing dataset using Tabular Editor or SSMS.

    • Export the model as a TMSL script or BIM file.

    • In the new tenant, deploy it to a workspace using XMLA or Fabric endpoint.

    4) If You Have Only the Report (No Dataset):

    • You can use Power BI Desktop → Get Data → Power BI Datasets to connect to the existing dataset and rebuild the visuals.

    • Then publish it to the new tenant after reconnecting to the migrated dataset.

     

    Best Regards,
    Nasif Azam