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!
@devismasiero595420 күн бұрын
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!
@toma452812 күн бұрын
@@devismasiero5954 Hi, Unfortunately KZbin 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 }
@noahhadro821325 күн бұрын
Can you create a video similar to your video (kzbin.info/www/bejne/iJOwd4SEqc2ffa8) 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?