Forum Discussion
Anonymous
3 years agoNot applicable
Import Dataflow in Power BI Service
I use this script to import a dataflow : $credential = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList "...", ("..." | ConvertTo-SecureString -AsPlainText -Force)
Con...
v-chenwuz-msft
3 years agoCommunity Support
Hi Anonymous ,
POST https://api.powerbi.com/v1.0/myorg/groups/cfafbeb1-8037-4d0c-896e-a46fb27ff229/imports?datasetDisplayName=model.json&nameConflict=Abort&skipReport=True
This parameter should be hardcoded to model.json.
For more details, you can refer this link.
Imports - Post Import In Group - REST API (Power BI Power BI REST APIs) | Microsoft Docs
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.