Hello! 🙂
How do I get a list of reports and datasets from My Workspace? I'm able to get the lists from a group workspace using this:
Get-PowerBIWorkspace -Name GroupName
Get-PowerBIDataset - Name GroupName
How do I get it from it from my own workspace?
Thanks!