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