The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have seen a new api for managing permission at the dataset level:
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/post-dataset-user
But, for using this Api, we require a workspace which is version V2. I have the following queries in connection to this:
1. Can we programmatically upgrade existing workspaces created using Power Bi Api to workspace version V2. If yes, will this cause any issues for existing users and reports etc ?
2. Is there any property available in the Power Bi Rest API for identifying if a workspace is workspace version V2 or not ?
For example, I am querying the properties of a workspace using this api call:
Client.Groups.GetGroupsAsync($"name eq '{workspaceName}'")
If this is available, I can programmatically invoke the Post Dataset User endpoint when workspace version = v2.
Thanks in advance.
Solved! Go to Solution.
Hi @Anonymous ,
Microsoft begins rolling process of sequential automatic upgrade of all existing v1 workspaces (empty v1 workspace upgrades depend on tenant setting below) on April 27, 2022. And automatic upgrade process complete for all existing v1 workspaces on Jul 15, 2022. Then the workspaces in your tenant will be all V2 workspace if the upgrade process is completed.... You can find the details in the following official blogs.
Updated timeline for upgrading classic workspaces
Heads up: Classic Workspace Upgrade Starts on April 27, 2022
Attention - Classic Workspace Upgrade Starts on April 27, 2022
Best Regards
Hi @Anonymous ,
Microsoft begins rolling process of sequential automatic upgrade of all existing v1 workspaces (empty v1 workspace upgrades depend on tenant setting below) on April 27, 2022. And automatic upgrade process complete for all existing v1 workspaces on Jul 15, 2022. Then the workspaces in your tenant will be all V2 workspace if the upgrade process is completed.... You can find the details in the following official blogs.
Updated timeline for upgrading classic workspaces
Heads up: Classic Workspace Upgrade Starts on April 27, 2022
Attention - Classic Workspace Upgrade Starts on April 27, 2022
Best Regards
Thank you @Anonymous