This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hello friends,
I've built a function that calls API, parses the json results and loads to a table in Power BI.
= Json.Document(Web.Contents(pBaseURL, [RelativePath="/v1/students", Headers=[#"Authorization"=pToken, #"Content-Type"="application/json"]]))
Now I want to call this function for a list multiple base URLs.
The Authentication is Annonymous (I have a Token for each client)
The base URL has a prefix for each client:
"client1.theapi.com/", "client2.theapi.com/", "client3.theapi.com/"
I think it treats each call as a new Data Source and wants me to specify an authentication method each one of them....
How do I specify "Annonymous" for every call?
Thanks
Solved! Go to Solution.
You can't. The beginning part of a dynamic URL needs to be static. 🙂 Your URL schema is unsuitable for consumption by Power BI.
Thanks, @lbendlin
I would rather think of it this way:
Power BI is not yet suitable for consuming my URL schema...
🙂
Hey,
I'm facing the similar problem, have you had any solution to it (or adapted scheme)?
You can't. The beginning part of a dynamic URL needs to be static. 🙂 Your URL schema is unsuitable for consumption by Power BI.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 10 | |
| 8 | |
| 7 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 24 | |
| 23 | |
| 22 | |
| 19 | |
| 16 |