Forum Discussion
Power BI Report Service opening in wrong Tenant for Guest Accounts
- 10 months ago
if you're (and you should) sharing the content through a Power BI App you get a link that already has the CTID specified
https://app.powerbi.com/Redirect?action=OpenApp&appId=<app_id>&ctid=<your_tenant_id>&experience=power-bithis will drive the user to your tenant directly
you can find the tenant guid
if you're not providing the CTID in the link shared try to add it as a parameter as follows
&ctid=<your_tenant_id> - 10 months ago
dbalkin777 To include the CTID query filter you can refer the below link. I have just added the ctid filter after the optional experience filter.
or
Format: https://app.fabric.microsoft.com/groups/{workspace_id}/orgapps/{org_app_id}?ctid={tenant_id}
Example:
https://app.fabric.microsoft.com/groups/64fea95e-xxxx-417e-9194-xxxxxxxx/orgapps/xxxxxx-22e6-4cdc-af8b-b904b333f443?ctid=xxxxxxx-4c2a-xxxxxx-c1686fxxxxxxThanks,
Jai
if you're (and you should) sharing the content through a Power BI App you get a link that already has the CTID specified
https://app.powerbi.com/Redirect?action=OpenApp&appId=<app_id>&ctid=<your_tenant_id>&experience=power-bi
this will drive the user to your tenant directly
you can find the tenant guid
if you're not providing the CTID in the link shared try to add it as a parameter as follows
&ctid=<your_tenant_id>
Thank you. I see the CTID in a separate workspace app I've created, but the link I am providing is for the organizational app, where I do not see a reference to the CTID.
- Jai-Rathinavel10 months ago
Super User
dbalkin777 To include the CTID query filter you can refer the below link. I have just added the ctid filter after the optional experience filter.
or
Format: https://app.fabric.microsoft.com/groups/{workspace_id}/orgapps/{org_app_id}?ctid={tenant_id}
Example:
https://app.fabric.microsoft.com/groups/64fea95e-xxxx-417e-9194-xxxxxxxx/orgapps/xxxxxx-22e6-4cdc-af8b-b904b333f443?ctid=xxxxxxx-4c2a-xxxxxx-c1686fxxxxxxThanks,
Jai- Rufyda10 months ago
Super User
Thank you fro sharing,, this very helpefull
- dbalkin77710 months agoFrequent Visitor
That did it--thanks!
- R1k9110 months ago
Super User
the power bi app link already includes it.
just go to update app > copy link