Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello Team,
Scenario - Lot of our users use PowerBi Premium. and under Workspace; there are few workspaces have been created. These workspaces has some reports. When users are viewing these reports; they have to authenticate again. (So there are 2 steps where people need to enter username/ password. I did further research and this is known problem in PowerBI and you cannot skip the 2nd layer of authentication. I found below statement on given website
"The authentication token lifetime is controlled based on your Azure AD settings. When the authentication token expires, the user will need to sign in again to get an updated authentication token. The default lifetime is one hour, but it might be shorter or longer in your organization. You can't automatically refresh the token in this scenario."
Question - How do I extend the session?
I did some research and found that I can connect to Graph API and check the 'Get-MgPolicyTokenLifetimePolicy' properties but its giving me access denied error. I have assigned myself "Security Reader" role but that still getting error as below -
PS C:\WINDOWS\system32> Get-MgPolicyTokenLifetimePolicy
Get-MgPolicyTokenLifetimePolicy : Insufficient privileges to complete the operation.
Status: 403 (Forbidden)
ErrorCode: Authorization_RequestDenied
Does anyone have any idea? Thank you for your help in Advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.