Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
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:
Every time my server writes changes to the .pbip JSON files (report layout, visuals, pages), Power BI Desktop does not pick up those changes automatically. I have to manually close and reopen the file to see the updates.
Current Workflow:
Server writes changes to .pbip JSON → Close Power BI Desktop → Reopen file → Changes now visible
Any guidance from the community or Microsoft team would be greatly appreciated.
Solved! Go to Solution.
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.
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.
Hi @Sivapriya ,
Thanks for reaching out to the Microsoft fabric community forum.
I would also take a moment to thank @pankajnamekar25 , for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.
I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you.
Best Regards,
Community Support Team
Hi @Sivapriya ,
I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you.
Best Regards,
Community Support Team
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.
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.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 24 | |
| 22 | |
| 20 | |
| 18 | |
| 13 |
| User | Count |
|---|---|
| 69 | |
| 57 | |
| 42 | |
| 42 | |
| 30 |