Has anyone facing issue with Power BI node? I'm facing issue, It constantly telling me to reconnecet in the frequency of 1hr

Has anyone facing issue with Power BI node? I’m facing issue, It constantly telling me to reconnecet in the frequency of 1hr.

welcome to the n8n community @Levin_shyam_levin
I’d also check whether the issue happens only with existing credentials created before an upgrade. Sometimes recreating the Power BI credential from scratch and reauthorizing it resolves repeated reconnect prompts caused by stale stored tokens or older credential configs.

Hi @Levin_shyam_levin Welcome! after adding offline_access like Benjamin said, also set the token endpoint to v2.0 in your Azure app manifest — v1.0 silently drops refresh tokens even when the scope is correct, which causes that exact 1hr reconnect loop.