Soda.Feed

 

This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.

Returns the resulting table of a CSV file that can be accessed using the SODA 2.0 API. The URL must point to a valid SODA-compliant source that ends in a .csv extension.

Soda.Feed(url as text) as table  

ArgumentDescription
urlThe URL pointing to the SODA compliant .csv source
Show: