IAExperiments / WikiChatbot

0 stars 0 forks source link

[HELP] With template #52

Closed jmanuelcorral closed 4 months ago

jmanuelcorral commented 4 months ago

Help needed with

Working with a user that meets the requirements per the documentation. When opening the Infrastructure or the Governance template, they are never prompted with the modal dialog for TenantName and AzureKind. Is there a way to force that dialog to appear? The user is logged on with their work account.

github-actions[bot] commented 4 months ago

Answer:

To force the dialog for entering the TenantName and AzureKind to appear, you need to ensure that the Power BI Desktop does not have any cached credentials from previous logins. This is crucial because Power BI Desktop caches the credentials after the first logon, and if you plan to switch between Azure Global and any other region like US Government or China, or between tenants, the cached credentials will be used again, potentially causing authentication or data load processes to fail.

Here are the steps you should follow to clear cached credentials and ensure the dialog appears:

  1. Open Power BI Desktop.
  2. Go to File.
  3. Click on Options and settings.
  4. Click on Data source settings.

Data source settings

After clearing the cached credentials, when you run the Dashboard from the .pbit template again, you should be prompted to enter the Tenant parameter, which is critical for properly getting your RBAC information.

For more detailed information, refer to the context provided from the Azure CCO Insights wiki: CCO Insights Wiki.

If the issue persists even after clearing the cached credentials, ensure that you are signing in with the correct user credentials that meet the requirements as per the documentation.