You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use Connect-PowerBIServiceAccount API in Fabric Notebook,
I only have AAD token, how to Connect-PowerBIServiceAccount? (I can use pwsh in notebook)
The text was updated successfully, but these errors were encountered:
RobinLin666
changed the title
How to use Connect-PowerBIServiceAccount with AAD Token in Fabric Notebook?
How to use Connect-PowerBIServiceAccount with AAD Token directly?
Nov 7, 2023
@RobinLin666 I'm just a fellow user, and I haven't actually tried this, but it looks to me like you just need to build your token into a PSCredential object then pass it to Connect-PowerBIServiceAccount using the -Credential option.
@RobinLin666 I'm just a fellow user, and I haven't actually tried this, but it looks to me like you just need to build your token into a PSCredential object then pass it to Connect-PowerBIServiceAccount using the -Credential option.
I want to use
Connect-PowerBIServiceAccount
API in Fabric Notebook,I only have AAD token, how to Connect-PowerBIServiceAccount? (I can use pwsh in notebook)
The text was updated successfully, but these errors were encountered: