Identity.IsMemberOf

Identity.IsMemberOf is a Power Query M function that determines whether an identity is a member of an identity collection. The function returns a boolean value indicating the membership status.

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

Syntax

Identity.IsMemberOf(
   identity as record,
   collection as record,
) as logical

Description

Determines whether an identity is a member of an identity collection.

Other functions related to Identity.IsMemberOf are:

BI Gorilla Youtube Channel

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/identity-ismemberof
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.