Forum Discussion

Sivapriya's avatar
Sivapriya
Regular Visitor
3 months ago
Solved

Power BI Desktop Does Not Reflect JSON File Changes Without Reopening

I'm working on an automation workflow that programmatically modifies Power BI project files (.pbip format), specifically the report layout JSON files  using a backend server process. The Problem: E...
  • pankajnamekar25's avatar
    3 months ago

    Hello  Power BI Desktop loads .pbip JSON/layout files into memory when the project opens and does not auto-detect external file changes.

    So after your backend updates the JSON files, you must reopen the PBIP file to see the changes. Currently, there is no supported hot reload or live refresh feature for report layout JSON files.

     


    If my response helped you, please consider clicking
    Accept as Solution and giving it a Like 👍 – it helps others in the community too.

    Thanks,

    Connect with me on:
    LinkedIn |
    Data With Pankaj - YouTube

     

     

    Sivapriya

  • Kagiyama_yutaka's avatar
    3 months ago

    I think PBI Desktop only reads the pbip JSON at open, and it does not watch for external changes, so the supported way is just to close and reopen the project after ur server writes the new JSON.