PowerBIRESTAPI icon indicating copy to clipboard operation
PowerBIRESTAPI copied to clipboard

Get Dataset Users doesn't work

Open Alvarocarrasan opened this issue 2 years ago • 2 comments

Hi!

First of all, thank you for this connector, it's really hepful!

I'm trying to get the users that can access a dataset, but the API doesn't work, it never finishes getting the data. Maybe there is a problem with the connector or is it an API problem?

image

Regards.

Alvarocarrasan avatar Feb 07 '23 13:02 Alvarocarrasan

Hey!

I'd recommend starting with looking at the responses that you're getting from the API to see what could be happening. You could use something like Fiddler to trace those calls and responses.

The connector basically just reaches the API and exposes whatever it is that we receive.

migueesc123 avatar Feb 08 '23 04:02 migueesc123

If you're in a larger tenant there's a chance that API call will timeout or your token will expire since it has to loop through every dataset in the tenant individually and that can take some time. That's exactly why its in the "Experimental" folder because we cannot guarantee performance in large tenants.

How many datasets are in your tenant? You can use the Get Datasets As Admin query to find this

klinejordan avatar Feb 08 '23 04:02 klinejordan