Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
We are using Power BI Embedded for our capacities. Until recently whenever we created a workspace for a client it would automatically assign embedded as it's capacity and move forward.
However, recently that has stopped working resulting in our embed tokens failing for new clients.
Is there a setting in power bi services where we can set our embedded capacity as our default for all new workspaces?
Or does this have to be done via code?
Hey @Don-Bot ,
I'm not aware of any parameter that helps to assign a new workspace to a given "default" capacity. We are doing this programmatically.
First we create the group using this API
then we assign the newly created workspace to a capacity using this API
Hopefully, this helps to tackle your challenge.
Regards,
Tom