Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!View all the Fabric Data Days sessions on demand. View schedule
Hi,
I am making RestAPI queries to two endpoint: AzureManagement API and Log Analytics endpoint.
My queries are like this:
let
Source = Json.Document(Web.Contents("https://management.azure.com/subscriptions/<subId1>?api-version=2016-06-01"))
in
Sourcelet
Source = Json.Document(Web.Contents("https://api.loganalytics.io/v1/workspaces/<workspaceId>/query"))
in
Source
I need to make multiple such REST calls to fetch data. The authentication mechanism is OAuth2 and the credentials for both the endpoint will be same.
When I published in service, I notice it prompts credentials for each Rest calls. How to provide better user experience by making it prompt for credentials one time.?
@V55 ,
I am afraid that it is not possible to make a single credential for different RestApi endpoints. You would need to enter each credential of them in Power BI Service.
Regards,
Lydia
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 12 | |
| 7 | |
| 5 | |
| 5 | |
| 3 |