Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Hi @asocorro,
Could you please mark the proper answers as solutions?
Best Regards,
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,
Yes, I am referring to personal workspaces, i.e. "My Workspace."
Now try calling the cmdlet list this:
Get-PowerBIDataset -Id <guid>
Did it work?
Best Regards,
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!