Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
MAwwad
Solution Sage
Solution Sage

Admin Report

Hello,

 

 

I want to create an admin portal on PowerBI desktop of the whole PowerBI enviroment in our enterprise.

 

But I am stuck with the refresh token as I get a refresh token only 15 mins, how can I have a fixed token to access or to automatically refresh my access token ?

2 REPLIES 2
Anonymous
Not applicable

Hi @MAwwad ,

I have found a similar post, please refer to it to see if it helps you.

Solved: Refresh token api call - Microsoft Power BI Community

  • I stumbled over a similar problem as you last year. I solved my api connection by buidling a custom data connector.

    https://github.com/Microsoft/DataConnectors

     

    With the connector you have a lot of possibilitys for authentication handling:

    see: https://docs.microsoft.com/en-us/power-query/handlingauthentication

     

    The custom Connector can be attached to the data gatway from there the api calls are made.

  • Step one: Create parameters for client_id, client_secret, oauth token, search url, username, password
    Step two: a new query with the following

Best Regards

Community Support Team _ Polly

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

GilbertQ
Super User
Super User

Hi @MAwwad 

 

From the sounds of it what you need to do is to create a Service Principal which can then access the APIs


Here is a blog post on how to do this in the section highlighted below.

GilbertQ_0-1669068281299.png

 

Using the Power BI Scanner API to Manage Tenant's Entire Metadata -





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors