Forum Discussion
asocorro
Skilled Sharer
7 years agoGet-PowerBIDataset error message: Guid should contain 32 digits...
When I use Get-PowerBIDataset and pass the GUID of a personal workspace as parameter, it crashes with
Get-PowerBIDataset : Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
Even though the parameter is well-formed. However, it works fine with the GUIDs of "regular" workspaces. Has anybody experienced this?
Thanks,
Adolfo
4 Replies
- v-jiascu-msft
Microsoft Employee
Hi Adolfo,
Is the personal workspace the My Workspace? If so, try it like below, please. Please refer to microsoftpowerbimgmt.data/get-powerbidataset?view=powerbi-ps#description.
Get-PowerBIDataset -scope individual
Can you share some snapshot, please?
Best Regards,
- asocorro
Skilled Sharer
Yes, I am referring to personal workspaces, i.e. "My Workspace."
Now try calling the cmdlet list this:
Get-PowerBIDataset -Id <guid>
- v-jiascu-msft
Microsoft Employee
Did it work?
Best Regards,
- v-jiascu-msft
Microsoft Employee