Forum Discussion

binayjethwa's avatar
binayjethwa
Icon for Helper V rankHelper V
1 year ago
Solved

Power bi Template update for visual

Hi ,   I have a following requirement in power bi.    I am creating customer cataloge standard dashboards. Here all the reports for different customers are have same structure and only data is sp...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi binayjethwa ,
    Thanks for reaching out to the Microsoft fabric community forum.

    Power BI’s current architecture does not support automatic, centralized update propagation across multiple PBIX files.Features that enable this, like deployment pipelines and shared datasets, require Pro or Premium licenses.Without these licenses, manual updates or semi-automated solutions (like ALM Toolkit) are the practical options.You can also automate cloning and parameterization of reports with scripting tools such as PowerShell or Tabular Editor, but updating visuals/measures across many files still requires manual or semi-manual steps.

    Refer following links for understanding :

    • Power BI Desktop files are standalone:
      Each PBIX file contains its own visuals, data model, and queries. There is no native linkage to a master template, so changes must be applied in every file separately.
      (Get started with Power BI Desktop)

    • Deployment Pipelines require Premium licenses:
      Deployment pipelines can help promote changes across development, test, and production environments, but this feature is only available with Power BI Premium or Premium Per User licenses.
      (Deployment pipelines overview)

    • Shared datasets need Pro or Premium:
      Reusing datasets to centralize logic and measures is possible, but shared datasets are not supported in the "My Workspace" environment and require Pro or Premium licensing.
      (Use Power BI datasets across workspaces)

    • Automation via Power BI REST API is limited without Pro/Premium:
      Some tasks like dataset refreshes or report publishing can be automated via REST API, but publishing reports still requires Pro or Premium licenses.
      (Power BI REST API)

    Based on Microsoft’s official documentation, it is not possible to fully automate centralized updates for multiple parameterized PBIX reports without Pro or Premium licensing. I plan to:

    • Maintain a master PBIX template

    • Use tools like ALM Toolkit to push updates manually

    • Automate file duplication with PowerShell for faster provisioning

    If the response has addressed your query, please Accept it as a solution and give a 'Kudos' so other members can easily find it

    Best Regards,
    Sreeteja.
    Community Support Team 

  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi binayjethwa  ,
    May I ask if you have resolved this issue? If so, please mark the helpful reply and Accept it as the solutionand give a 'Kudos'. This will be helpful for other community members who have similar problems to solve it faster.