Access 2010 can’t natively turn an SSRS Atom (OData/ATOM) data feed into a linked table the way PowerPivot can. But you still have workable options.
What you can do:
- Call the SSRS Atom feed from Access VBA, parse the XML, and append rows into a table.
- Use an intermediate file (CSV/Excel) refreshed by a scheduled script (PowerShell/.NET), then import/append in Access.
- If allowed: upgrade to Access 2013+ which adds an “OData Database” connector.
- Power BI / Excel Power Query + scheduled refresh → Access imports the refreshed file. (No server access needed.)