Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WorkspacesList.Members do not have any data #3

Closed
hideakisuzuki007 opened this issue Jul 19, 2018 · 2 comments
Closed

WorkspacesList.Members do not have any data #3

hideakisuzuki007 opened this issue Jul 19, 2018 · 2 comments
Labels

Comments

@hideakisuzuki007
Copy link

Hi Miguel
Thanks for your help last time. I have another question.
One of the tables I get through API is "WorkspacesList" and it has a column named "Members" and it has no data, it is just blank.

Is there any trick to get this data ?

Thanks in advance !
Hideaki

@hideakisuzuki007
Copy link
Author

Hi Miguel
I found the issue, I just added "[value]" for the line that produces the users data and it works fine now,
Here is the code
members = Table.AddColumn( DataTypes, "Members", each try Table.FromRecords( Json.Document(Web.Contents( "https://api.powerbi.com/v1.0/myorg/groups/" & [GroupID]&"/users") ) [value] ) otherwise null )

Maybe youu did it on purpose for not producing duplicate rows but anyways I thought I should share it with you in case you need it.

Regards
Hideaki

@migueesc123
Copy link
Owner

Hey Hideaki!

Thanks for raising the issue and I'm happy that you were able to find a solution. Sorry for the late reply - just got back from the Microsoft Biz Apps Summit.

klinejordan added a commit that referenced this issue Apr 1, 2020
klinejordan added a commit that referenced this issue May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants