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, i'm new to Power Bi!
I'm pulling data using web url, and to request a specific data, i need the results of one table of ID's from the previous request, how to make this new request to get this data?
UserID
API Url + ID from the table
For each ID i want to get a new table or make a interactive function to when that user is selected get his ID from the table and request all the data from the api of that ID.
P.S.: Please be specific, i'm new to this tool, dont know the language and structure to create functions in Power Bi either.
Solved! Go to Solution.
There are a number of examples online showing how to do this kind of thing. Here's one of them you might find helpful:
There are a number of examples online showing how to do this kind of thing. Here's one of them you might find helpful:
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 5 | |
| 5 | |
| 4 |