Forum Discussion

jbirco's avatar
jbirco
Resolver I
9 months ago
Solved

ALM Toolkit Invalid Key-Value Set

Hello everyone!  When trying to compare my local dataset with what I have online using ALM Toolkit, it returns me error: 'provider=msolap;Data source=powerbi://api.powerbi.com/v1.0/myorg/Worksp...
  • jbirco's avatar
    jbirco
    9 months ago

    Issue Resolved:

    The initial catalog name had an apostrophe/single quote in it 🙃, which confuses the internal mechanism that parses the workspace link and dataset name. 

    I realize that a better example to have used in my initial post would be:

    'provider=msolap;Data source=powerbi://api.powerbi.com/v1.0/myorg/Workspace%20Name;Initial Catalog=Dataset's Name;' is an invalid key-value set. parameter name; keyvalueset


    In the case that the semantic model or dataset name cannot be changed and has an apostrophe in it you can replace the apostrophe with a unicode " %27 " and it should work.