Forum Discussion
401 - Unauthorized error during Dataset Refresh with a reporting user
Hi all,
I'm running into an issue when refreshing a dataset with another user account.
The connection is set to use another user account, the dataset is in a workspace in a Teams team.
Side info: The dataset is using an on-premise Gateway.
What I've tried so far:
- I've added the user to the Teams team
- I've added permissions on the dataset for the user (basically everything that is available on the dataset level)
- I've logged into the on-premise-gateway with the user.
The result I'm getting in my Flow is:
| Input (unformatted) | { |
| Output (unformatted) | { |
From what I understand from the error code "401" and message "GroupsNotEnabled" this may point to a missing license for the end user, but in Admin center, I see the user has a "PowerBI Pro" license associated with the account.
Any further ideas?
2 Replies
- AnonymousNot applicable
Hi Anonymous
Is your new account in the same organization as your old account?
New account should look like [email protected] and old account looks like [email protected] .
401 - Unauthorized error seems related to request credentials.
For reference:401 Unauthorized - HTTP | MDN (mozilla.org)
Did you use Rest API to refresh your dataset?
For reference: Datasets - Refresh Dataset In Group
Please check whether your App have Dataset.ReadWrite.All permission.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- AnonymousNot applicable
Hello Rico, thanks for your answer.
The new account is a cloud-only account thats domain is @mycompany365.onmicrosoft.com, while my account ends in @mycompany.tld.For my Flow I used the built-in method "New action" -> "Refresh Dataset" while pointing the connector to my reporting user account, instead of my own account. See below screenshot.