Forum Discussion
Retreive Push Url
I'm not getting your suggeston entirely... maybe i've explained myself i'll try to describe again my problem:
My need is to automate the creation of a good number of datasets that shares the same structure. I can easly do that by leveraging the create dataset API which gives me back the ID of the created dataset but after that i'm still requeired to open the the powerbi web application and manually retreive the pushURL of each dataset if i wish to use that to push data to those datasets.
I would like to know whether is possible to get that URL programmatically.
Best regards
Andrea
Hi andiob,
Perhaps you can refer to below documents which mentioned how to push data to those datasets.
Push data into a Power BI dataset
Regards,
Xiaoxin Sheng
- andiob8 years agoNew Member
Hi, i'm aware of the APIs to populate the datasets but this require me to register a new application and provide to the "cliente" application secret/credentials while with the URL i only need to recover that information and embed the URL. I guess i will keep doing that manually i suppose :-D