Forum Discussion
TravisKale
5 years agoHelper I
PowerShell ConvertFrom-Json Does not Create All Properties of API Result
I am issuing the following via PowerShell $apiResult = Invoke-PowerBIRestMethod -Url 'https://api.powerbi.com/v1.0/myorg/admin/groups?$expand=dashboards,users,reports,datasets,dataflows,workb...
lbendlin
5 years agoSuper User
wonder what happens when you don't expand the related entities?
TravisKale
5 years agoHelper I
Calls which did not expand the related entities had the same result. I did further testing and modified the original post with updated info. Is more a powershell issue then a Power BI API issue. I guess this is why the cmdlets exist, I am going to turn back to the PS cmdlets as the issue I was having with them is easier to workaround than this issue. Thanks for taking a look lbendlin