Reputation: 1
I'm trying to create a data source for Power BI from Azure via Odata connection. However, I face problems. When I'm making this connection, the following error appears:
DataSource.Error: Microsoft.Mashup.Engine1.Library.Resources.HttpResource: Request failed:
OData version: 4, Error: The remote server returned an error: (404) Not Found. (Not Found)
OData version: 3, Error: The remote server returned an error: (404) Not Found. (Not Found)
Details: DataSourceKind = ODataDataSourcePath=https://analytics.dev.azure.com/[MyWorkSpace]/_odata/v3.0-preview/WorkItems
I already have a connection implemented using the same mechanisms, but when creating a new project I came across this error.
Please, help me!
Upvotes: 0
Views: 1644
Reputation: 31033
First, try to open the data with the browser to see whether you have any issue. Then, try to reset your login data in Power BI Desktop: File > Options and settings > Data source settings
.
Upvotes: 0