Forum Discussion
Issue with Power BI Embedd
Estou seguindo os passos para rodar o Power BI Embedded (https://learn.microsoft.com/pt-br/power-bi/developer/embedded/embed-sample-for-customers?tabs=node-js#client-id) through node.js. After filling in the necessary parameters and running npm start in the vscode terminal, I access localhost:5300 and I come across the following error: ClientId is empty. Please register your application as Native app in https://dev.powerbi.com/apps and fill Client Id in config.json.
Someone can help me?
- Anonymous1 year ago
Hi moronilms
Depending on your authentication method, make sure that you have filled in the code with the required parameters below:
And check if the following steps have been completed:
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- GabrySuper User
Hello moronilms ,
did you make the app as mentioned in the step 2?
https://learn.microsoft.com/en-us/power-bi/developer/embedded/register-app?tabs=customers - AnonymousNot applicable
Hi moronilms
Depending on your authentication method, make sure that you have filled in the code with the required parameters below:
And check if the following steps have been completed:
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.