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