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.
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