Soda.Feed is a Power Query M function that returns a table from the contents at a specified URL formatted according to the SODA 2.0 API. The function returns a table with data from the SODA-compliant source.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Soda.Feed( url as text ) as table
Description
Returns a table from the contents at the specified URL url
formatted according to the SODA 2.0 API. The URL must point to a valid SODA-compliant source that ends in a .csv extension.
