Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have run into a fairly large issue for using Power BI for reporting. With 30+ API endpoints, without the ability to create multiple query parameters within a URL, I'm unable to use the tool for reporting. For example:
Creating the following source:
Results in the following error:
Is there a workaround for this? If not, this seems like a huge oversight for REST API functionality.
Hi,
1. You need to set parameter for “auth” and “team”. Set both “Type” to “Text”
2. Just add your parameters as URL parts, you don’t need to add string like “auth=”, ”team=”.
3. After click OK, you will be able to get data from the web.
Best Regards
Alex
You need to create a parameter table for passing a dynamic patrameter value to your web queries.
First create a function
(team) =>
let
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.