MailChimp.Instance

MailChimp.Instance is a Power Query M function that makes a call to the MailChimp API and returns the raw response.

Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365

Syntax

MailChimp.Instance( path as text ) as table

Description

Makes a call to the MailChimp API and returns the raw response.

Examples

Returns raw data from the reports/click-details MailChimp API endpoint for a given campaign.

// Output: Raw click details data from the given campaign.
MailChimp.Instance( "reports/{campaign_id}/click-details" )

Other functions related to MailChimp.Instance are:

BI Gorilla Blog

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.