Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi,
We have a Power BI report which fetches the data by calling an API. The API URL accepts a few parameters and returns the result set. The ask is to allow users to dynamically set the values of these query parameters in the API using slicers. Is this possible in Power BI. We tried using parameters but unfortunately, parameters are not exposed to end users
Example
URL - http://xyz.azurecontainer.io/test?band=b1&num_employees=50
The values for band and num_employees must come from slicers at run time and call the API which returns a list of employee numbers matching these params.
Hi @anushav
Did you get any solution for this requirement?
Even I have the same requirement.
Can you please let me know if you come across any work around?