Feb 21 2018 01:13 PM - edited Feb 21 2018 01:15 PM
I've been trying to connect to the ODATA feed located here https://reports.office.com/pbi/v1.0/<tenantid> with SSIS. I can connect Excel 2016 and Power BI to it and consume data. SSIS looks like it will connect and it even gets as far as listing collections, but then when I click Preview, I get the following error:
Unable to cast object of type 'Microsoft.Data.DataFeedClient.DataFeedODataEdmWrapper' to type 'Microsoft.Data.DataFeedClient.DataFeedODataEdmWrapperV3'. (Microsoft.Data.DataFeedClient)
That's as far as I can get--can't get to the columns and data contained in the feed.
I'm targeting SQL Server 2016 (and have tried 2017) as well with SSDT for Visual Studio 2017 version 15.4.5.
Has anyone had any success connecting to this data source in SSIS?
Oct 19 2018 01:44 AM
I have exact same issue..Seems Microsoft not allow to grab data from office 365 to local..
Feb 28 2019 12:05 PM - edited Feb 28 2019 01:02 PM
Welp it's still an issue a year later. I can still connect in Power Query (in Power BI or Excel) but not via SSDT--whether it's an SSIS package or a tabular data model. Even the new Power Query source for SSIS can't do much past make a connection. It errors out when you actually try to use the connection for anything.
Feb 17 2020 05:25 PM
@Raymond BooneHere we are almost another year later. Did you ever get this working?
Feb 24 2020 10:27 AM
@Jill Kaszynski I just gave up and moved on.
Feb 24 2020 10:28 AM
Sep 02 2021 07:18 AM