We are currently migrating from the old PowerBI Embedded Workspace Collection to the new PowerBI service.
For each of our tenants, we have a Group (formerly Workspace) in which we set the connection string for the direct query of the database and update the credentials (each tenant/group has its own credentials).
The problem is, that every group uses the same gateway and the same datasource, which means the last connection string/credentials that are set are automatically used by all groups. We did the migration as described here: https://docs.microsoft.com/en-us/power-bi/developer/migrate-from-powerbi-embedded#directquery-dataset--report
Gateway ID and Datasource ID is always the same for all groups.
Our implementation worked very well with the old Workspace Collection.
How can we achieve different direct query connections for each group with the new PowerBI Embedded Service?