Forum Discussion
Anonymous
4 years agoNot applicable
Dyanmic Query per Row O
I have an API call which pulls a dataset, this dataset contains an ID for the child dataset (audience). e.g. /url/campaigns returns: campaign_id, campaign_title, campaign_audience_id Unfortunat...
v-kkf-msft
4 years agoCommunity Support
Hi Anonymous ,
You can first get all the dataset IDs and then add custom column to get the child dataset for each ID.
Like this:
..."https://api.powerbi.com/v1.0/myorg/groups/xxxxxxx/datasets/" & [id] & "/users"...
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.