Forum Discussion
OData feed cannot Edit Credentials in Service so cant refresh
- Anonymous7 years ago
RoseyAlexa,
In the same PBIX file, do you connect to Excel file stored in disk? Do you connect to on-premises OData service or online OData service?
If you connect to Excel file stored in disk and online OData service in same dataset, you are combining on-premises data source and online data source in a single dataset, in this case, you would need to configure gateway to refresh the dataset. If the gateway is not configured properly, you would get the above error.
If you connect to Excel file stored in disk and on-premises OData service in same dataset, you would also need to add excel data source within gateway to make refresh work.
Regards,
Lydia
Dang it.
Might have found the answer myself.
The same Dataset has a small Excel file too. Once I removed that, it works OK. So it appears that its the Excel file, not the OData feed.
The Excel doesn't need refreshing. I can manually update that every 6 months or so.
So why is that stopping the OData from refreshing?
RoseyAlexa,
In the same PBIX file, do you connect to Excel file stored in disk? Do you connect to on-premises OData service or online OData service?
If you connect to Excel file stored in disk and online OData service in same dataset, you are combining on-premises data source and online data source in a single dataset, in this case, you would need to configure gateway to refresh the dataset. If the gateway is not configured properly, you would get the above error.
If you connect to Excel file stored in disk and on-premises OData service in same dataset, you would also need to add excel data source within gateway to make refresh work.
Regards,
Lydia
- RoseyAlexa7 years agoHelper I
It would be handy of there was a simple explanation of what CAN and CANT be linked together and how this affects refreshing and updating datasets.
All the Power BI info points you to "you can connect to ANYTHING, really simply", where it should say "certain data sources need additional setup".