As of now we can scan Tenants for changes via the REST API. The scan results contain Reports and Datasets. To get the Dataset one can call the /reports/{id}/export endpoint to get the pbix file - no problem. The problem arises when I delete the published report in power bi service (the dataset still remains). From the powerbi service UI I can still click on the dataset and download a pbix file that contains the dataset and an empty report. But from the rest API I can now no longer download the dataset as pbix file as I only have the dataset id but I need the report id (which does no longer exist). I checked and the powerbi UI calls a totally different api endpoint to download the pbix of a dataset. Is there something I'm missing or is it currently not possible to export the .pbix file of a published dataset who's report was deleted?