The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I am wonder if there is a possibility to get info:
preferably via PowerShell or REST Api?
Regards,
Karo
Solved! Go to Solution.
Hi @karo ,
As far as I know, we could only know the createdDateTime by REST API.
For reference: Admin - WorkspaceInfo PostWorkspaceInfo
If you want to know who created this workspace, I suggest you to use auditing logs.
Please make sure your account is marked as a Global Admin, within Office 365 or Azure Active Directory, or have been assigned the Power BI service administrator role.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @karo ,
As far as I know, we could only know the createdDateTime by REST API.
For reference: Admin - WorkspaceInfo PostWorkspaceInfo
If you want to know who created this workspace, I suggest you to use auditing logs.
Please make sure your account is marked as a Global Admin, within Office 365 or Azure Active Directory, or have been assigned the Power BI service administrator role.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The Rest API link shown here isn't the answer. It only returns current date/time.
When you call the API, the createdDateTime field always returns the current time. The API output does not show the actual creation date of the workspace.