Describe the problem/error/question
I’m facing an issue with the Power BI node in n8n while trying to connect my Microsoft Power BI account.
The authentication flow does not complete successfully, and the node fails due to a missing access token.
What is the error message (if any)?
Problem in node:
PartialExecutionToolExecutor
Error:
Error executing tool: Unable to proceed without access token
Screenshot for reference:
https://prnt.sc/Jj_rrQVNPNsq
During the OAuth callback, n8n also receives the following error from Microsoft:
{
"error": "access_denied",
"error_subcode": "cancel",
"error_description": "AADSTS65004: User declined to consent to access the app."
}
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
The issue occurs during credential authentication, before any workflow execution.
No workflow nodes are executed beyond attempting to connect the Power BI credentials.
Not applicable, the error occurs during the Power BI credential connection step, before node execution.
Information on your n8n setup
- n8n version: 2.6.3
- **Database (default: SQLite):**Default
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**Default
- **Running n8n via (Docker, npm, n8n cloud, desktop app):**n8n Cloud
- Operating system: