Identity.IsMemberOf

Updated on

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:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/identity-ismemberof

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy