Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Solved! Go to Solution.
If it's the same API just running on a different server then yes, you should just need to change the url in the source without re-building your reports from scratch. The other thing I've done in the past is to ask IT to setup a DNS alias for the system so you can point at https://our-erp/api or something like that instead of pointing at a specific server name. Then if you move servers again in future you just need to get the alias re-pointed and you don't need to change any reports. (we also took this approach with our report server instance so that we could upgrade that in future without breaking end user bookmarks)
If it's the same API just running on a different server then yes, you should just need to change the url in the source without re-building your reports from scratch. The other thing I've done in the past is to ask IT to setup a DNS alias for the system so you can point at https://our-erp/api or something like that instead of pointing at a specific server name. Then if you move servers again in future you just need to get the alias re-pointed and you don't need to change any reports. (we also took this approach with our report server instance so that we could upgrade that in future without breaking end user bookmarks)
We've encountered this issue before, and while there’s no quick fix, there are smarter ways to manage OData sources in Power BI.
A practical approach is to create individual OData feeds for each table. You can optimize these feeds using parameters like $select, $filter, and date ranges to limit the data to only the necessary columns and records. This not only improves performance but also simplifies future maintenance.
When it comes time to switch servers, all you need to do is:
Go to Edit Queries.
Open the Advanced Editor.
Replace the old OData URL with the new one.
Update your credentials.
Repeat the process for each table.
Although it may seem tedious, this method is much easier and more efficient than rebuilding everything from scratch.
User | Count |
---|---|
13 | |
3 | |
2 | |
2 | |
2 |