INFO.CALCDEPENDENCY DAX Function (Information)
Returns information about the calculation dependency for a DAX query.
Syntax
Parameter | Attributes | Description |
---|---|---|
RestrictionName | Optional Repeatable |
Restriction name. |
RestrictionValue | Optional Repeatable |
Restriction value. |
Return values
Field | Type |
---|---|
DATABASE_NAME | String |
OBJECT_TYPE | String |
TABLE | String |
OBJECT | String |
EXPRESSION | String |
REFERENCED_OBJECT_TYPE | String |
REFERENCED_TABLE | String |
REFERENCED_OBJECT | String |
REFERENCED_EXPRESSION | String |
QUERY | String |
Remarks
Corresponds to the DISCOVER_CALC_DEPENDENCY data management view (DMV).
As all the INFO functions, it cannot be used in calculated tables and calculated columns.
Last update: Nov 14, 2024 » Contribute » Show contributors
Contributors: Alberto Ferrari, Marco Russo
Microsoft documentation not available.
The function may be undocumented or unsupported. Check the Compatibility box on this page.