Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I know the DataGateway module (https://www.powershellgallery.com/packages/DataGateway/3000.76.18) is in public preview, but it appears to be impossible to use in the same session as MicrosoftPowerBIMgmt - connecting with Connect-DataGatewayServiceAccount means that other Power BI cmdlets just hang in the console with no ability to cancel the command (ctrl+c). You can connect the Power BI service account before the data gateway service account, but not the other way around, but after doing this, cannot call e.g. Invoke-PowerBIRestMethod.
Repro steps:
Open a pwsh.exe session
Run the below commands:
Connect-DataGatewayServiceAccount
Connect-PowerBIServiceAccount
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.