gbrueckl / PowerBI-VSCode

A VSCode extension to manage your PowerBI tenant using the Power BI REST API
MIT License
60 stars 12 forks source link

Error in notebooks: TypeError: Cannot read properties of undefined (reading 'variables') #31

Closed mdieperink closed 6 months ago

mdieperink commented 6 months ago

Every attempt at an api call in a pbinb gives the same error: TypeError: Cannot read properties of undefined (reading 'variables')

mdieperink commented 6 months ago

I suspect it has something to do with the update of the Azure Account extension that installed today, but I'm not sure.

gbrueckl commented 6 months ago

does it work in general - e.g. if you create a new Notebook from scratch?

mdieperink commented 6 months ago

ah, a new Notebook from scratch DID work. After I restarted vscode the Notebook that gave an error also worked again. I should have tried that earlier. Sorry to bother you :)

gbrueckl commented 6 months ago

no worries :)