Rebinding your Power BI Report with Semantic Link Labs

Поділитися
Вставка
  • Опубліковано 30 січ 2025

КОМЕНТАРІ • 4

  • @toma4528
    @toma4528 Місяць тому

    Cant believe I saw about this link after spending whole week writing 500 lines. But couple of things I would like to bring up which I deem very important.
    Rebind API has a bug where after you rebind the report to new dataset, once you download the .pbix and open in Desktop it retains the old dataset. This is due to RemoteArtifacts being retained in connections.json.
    Therefore my script, after rebinding the report, downloads pbix into temporary location, extracts into zip, updates connection.json, repackages and uploads back.
    This is not easy as connections.json needs SemanticModelId which is not datasetGUID and can be found only in metadata/sharedDatasets.
    Long story short, somebody needs to fix this Rebind API already!

    • @devismasiero5954
      @devismasiero5954 23 дні тому

      Hi, I also noticed the problem when downloading the report in power bi desktop.
      I see you've found a workaround. Where do I know this metadata/sharedDatasets location is located?
      Thank you!

    • @toma4528
      @toma4528 16 днів тому

      @@devismasiero5954
      Hi,
      Unfortunately UA-cam kept flagging my response due to the hyperlinks. Just search the "/metadata/gallery/SharedDatasets" and you will get some resources otherwise reach out to me in { u/_T0MA }

  • @noahhadro8213
    @noahhadro8213 29 днів тому

    Can you create a video similar to your video (ua-cam.com/video/RbMFQNthlGM/v-deo.html) on how to back up datasets using PowerShell. We want to start using fabric and notebooks for everything but this is a hurdle we are not able to overcome. How do you do this with Python?