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

Bug in dataSetMap Creation #57

Open biztalk2022 opened 2 years ago

biztalk2022 commented 2 years ago

When I run the tool, I get an error indicating that it "can't find corresponding Data Set". When I opened the solution and debugged with breakpoints, I noticed that in the ConvertFileWithDataSet function, it fails when it tries to find the dataset in the datasetmap using the dataset name.

The datasetname variable is set to the actual dataset name but the datasetMap contains an entry that includes the file path in the data set name ("/filepath/datasets/datasetname"). See screenshot. I even tried the latest version of code from 8/15/2022. Please help.

image

image

CI_5291851

biztalk2022 commented 2 years ago

Looks like this was fixed in a prior release (CI_2110572) but that code got removed from subsequent commits. Can the fix please be added back to the current release?

CI_2110572

Prior Release image

VS Recent Releases image

VickySH9112020 commented 5 months ago

This issue should been fixed already