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

Fixed bug: RdlMigration not working with shared datasets #39

Closed NikitaZamalyutdinov closed 2 years ago

NikitaZamalyutdinov commented 3 years ago

Pr fixed error related to duplicated references in Datasource section:

FAILED TO UPLOAD : Sales RequestId:9....9 Report is invalid. ErrorCode: rsDuplicateDataSourceName, Details: More than one data source in the report has the name DataSource0_Sales. Data source names must be unique within a report.

Related issue https://github.com/microsoft/RdlMigration/issues/26

NikitaZamalyutdinov commented 3 years ago

There are not duplicated references (in Datasources section) in RDL

image