SDMX.Contents

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" )
BI Gorilla Youtube Channel

Last update: August 25, 2023 | Contribute » | Contributors: Rick de Groot
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.