I'm trying to create a data flow in Power BI service to read all xml files in a Sharepoint folder.
I've tried:
- creating the data flow in Power BI service, via "New entity" -> "SharePoint folder" -> Got " DataSource.Error: SharePoint: Falha do pedido: The remote server returned an error: (400) Bad Request. (Bad Request). (ID de Sessão: 1bdcb37a-6d47-49be-91c7-da1f0e553db5)"
- creating the connection in Power BI Desktop via web URL (so I can copy the code in advanced editor and paste it in the data flow advanced editor later" -> Got the error "Can't update with current credentials. Try again later".
- creating the connection in Power BI Desktop via SharePoint Folder (so I can copy the code in advanced editor and paste it in the data flow advanced editor later" -> Got the error "Access to the resource is forbidden".
In all these attempts:
- I'm logged in with the same Power BI Pro account (same for the Sharepoint site authentication)
- I'm passing the site URL https://xxxx.sharepoint.com/sites/Projects
Also tried all sorts of combinations to this URL to go directly to the specific folder I'm targeting.
Any help anyone? Is this a bug or am I doing something wrong?
Thank You!