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.
Related functions
Other functions related to Identity.IsMemberOf are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy