Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
I've been faced with query scenario which I can't quite solve, and I hope the community can help me.
I have 2 web endpoints which I need to query to generate a flat dataset.
The first a gross list of user IDs, with a URL formatted as:
http://endpoint.local/users/123
And the output as:
["123","456","789"]
The second is a dynamic URL which the ID has to be appended to in order to fetch all information related that ID, for example
http://endpoint.local/users/123
And the output would be:
{"id":"123"
"status":"active"
"date":null
"manager":{"id":"456"
"status":"inactive"
"date":"/Date(1560785594000+0000)/"}
"email":"email@domain.com"
"country":"Australia"}
I'm struggling with 2 things:
Any advice?
Hi @Nightingale ,
Would you please provide more details? If possible, please describe with examples.
Besides, do you want to dynamically load dataset with parameters?
Regards,
Yuliana Gu
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.
| User | Count |
|---|---|
| 77 | |
| 37 | |
| 31 | |
| 29 | |
| 26 |