SDMX.Contents is a Power Query M function that gets data from an SDMX RESTful web service that supports the CSV format.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
SDMX.Contents(
url as text,
Option as text,
optional Language as nullable text,
) as table
Description
Get data from an SDMX RESTful web service that supports the CSV format.
Examples
Get data from an SDMX RESTful web service that supports the CSV format.
// Output: Data from the SDMX web service in a table format.
SDMX.Contents( url,"Show codes and labels","en" )
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy