Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
I need help as to how can i get PBI domains->workspaces->reports through API call in a powershell script?
Solved! Go to Solution.
HI @MaulinDoshi,
According to your description, I think power bi cmdlet may suitable for your requirement. I'd like to suggest you take a look at following document if it helps.
Power BI Cmdlets reference | Microsoft Learn
You can use some build-in methods in above model or try to use Invoke-PowerBIRestMethod to to invoke power bi rest API.
Regards,
Xiaoxin Sheng
HI @MaulinDoshi,
According to your description, I think power bi cmdlet may suitable for your requirement. I'd like to suggest you take a look at following document if it helps.
Power BI Cmdlets reference | Microsoft Learn
You can use some build-in methods in above model or try to use Invoke-PowerBIRestMethod to to invoke power bi rest API.
Regards,
Xiaoxin Sheng