Forum Discussion
Anonymous
3 years agoNot applicable
How to load Azure Devops Boards data in Power BI?
I have been trying to load Board Column data from Azure Devops into Power BI but I am getting the following error when trying to expand the BoardsLocation field: DataSource.Error: OData: Reques...
Sahir_Maharaj
3 years agoSuper User
It's recommended to rewrite the query to avoid the N+1 problem, which is causing the request to fail. You could try a different approach to retrieve the Board Column data, such as using the Azure DevOps REST API instead of OData.