Forum Discussion
Register an application for Power BI
- 1 year ago
Hi UncleLewis
Obtaining an Azure / Entra id is free. I think it's a great idea to have one to access all the other free services. If you're working for an organization, you should already have a tenant id hosting your Power BI workspaces...
- hnguy711 year ago
Super User
Hi UncleLewis ,
In that case, you should be able to follow this Azure AD app registration documentation to get started:
https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app?tabs=certificateOnce the app registration is complete you can always change the configurations. This article would give you a bit more information on how to create the app registration from Azure: https://minkus.medium.com/easily-connecting-between-power-query-power-bi-and-microsoft-graph-72333eb95a35
If you're intending on using the app from Power Automate or PowerApps, you may also need to include the following Redirect URI:
- UncleLewis1 year ago
Responsive Resident
Thankshnguy71 ,
Looks like that requires me to purchase as Entra id (Formerly Azure) - not interested
Guess I'll have to get by on requesting a new bearer token every hour.
Thanks,
w
- hnguy711 year ago
Super User
Hi UncleLewis
Obtaining an Azure / Entra id is free. I think it's a great idea to have one to access all the other free services. If you're working for an organization, you should already have a tenant id hosting your Power BI workspaces...