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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
We have multiple reports based on a database table, now we need to rename the table itself, how to refresh PowerBI reports to reflect the changed table name. Currently the new table name does not overwritting the old table that causes to re create all the reports again.
Hi abtalk2u,
You should modify the datasource name or connection string in advanced editor before refresh the report.
Regards,
Jimmy Tao
So you are renaming the table in the DB? Then no, you can't automatically reflect the change in the report.
However, you can download the report from service into desktop. Go into query editor and make changes there. Instead of recreating entire report.
However, a lot will depend on how your data model is built and structured.
Currently, we are using Azure Analysis Services model as data source for Power BI report. we are creating all measures and calculated columns at the AAS model itself.
Any updates on the above thread?