microsoft / RdlMigration

Tool that converts RDL from a SQL Server Reporting Services Server or Power BI Report server and published to a Power BI premium workspace
MIT License
110 stars 44 forks source link

Add mapping between dataset and name #27

Closed gboreki closed 2 years ago

gboreki commented 4 years ago

This PR addresses an issue when the dataset address registered inside RDL is different than the one returned by the SOAP GetItemReferences call. The server never updates the report which gets outdated. The fix in this case is to map the report path and dataset name for that report to the path returned by GetItemReferences.