Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Im trying to use the Power BI module in PowerShell:
But as far as i can understand, i need a onprem webap to register an app in azure and get a client ID? Im on a cloud only environment.
//Client ID is used by the application to identify themselves to the users that they are requesting permissions from. //You get the client id when you register your Azure app. {"client_id", Properties.Settings.Default.ClientID}, //Resource uri to the Power BI resource to be authorized // https://analysis.windows.net/powerbi/api {"resource", Properties.Settings.Default.PowerBiAPI}, //After user authenticates, Azure AD will redirect back to the web app {"redirect_uri", "http://localhost:13526/Redirect"}
Solved! Go to Solution.
I am using On premises Power BI Report server do i need Client ID in order to use RDLMigration tool.
@AlexHolmeset wrote:
Im trying to use the Power BI module in PowerShell:
But as far as i can understand, i need a onprem webap to register an app in azure and get a client ID? Im on a cloud only environment.
//Client ID is used by the application to identify themselves to the users that they are requesting permissions from. //You get the client id when you register your Azure app. {"client_id", Properties.Settings.Default.ClientID}, //Resource uri to the Power BI resource to be authorized // https://analysis.windows.net/powerbi/api {"resource", Properties.Settings.Default.PowerBiAPI}, //After user authenticates, Azure AD will redirect back to the web app {"redirect_uri", "http://localhost:13526/Redirect"}
You don't have to create any app. Just follow Register with the Power BI App Registration Tool. Do note not forgetting the step Apply permissions to your application within Azure AD
What do i set as redirect URL and Homepage?
found this one, it helped.
Thanks, il check it out.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
3 |