INFO.MEASURES is a DAX function that returns a list of all measures in the current model matching the measure objects schema.
Syntax
INFO.MEASURES(
[ RestrictionName, ... ],
[ RestrictionValue, ... ]
)
Argument | Properties | Description |
---|---|---|
RestrictionName | Optional, Repeatable | Restriction name. |
RestrictionValue | Optional, Repeatable | Restriction value. |