NAMEOF DAX Function (Information) Volatile
Returns the name of a column or measure.
Syntax
Parameter | Attributes | Description |
---|---|---|
Value |
Any fully-qualified column or measure reference. |
Return values
Name of column or measure passed as argument.
Examples
EVALUATE { NAMEOF ( Sales[Sales Amount] ), // Measure reference NAMEOF ( [Sales Amount] ), // Measure reference NAMEOF ( Customer[Birth Date] ) // Column reference }
Value |
---|
‘Sales'[Sales Amount] |
‘Sales'[Sales Amount] |
‘Customer'[Birth Date] |
Related articles
Learn more about NAMEOF in the following articles:
-
Using field parameters and calculation groups for conditional formatting
This article describes how to apply conditional formatting on measures picked from a slicer and implemented using two techniques: field parameters and calculation groups. » Read more
-
Fields parameters in Power BI
This article analyzes the fields parameters feature in Power BI, unveiling some of the internals of its implementation. » Read more
Last update: Nov 14, 2024 » Contribute » Show contributors
Contributors: Alberto Ferrari, Marco Russo, Kenneth Barber,
Microsoft documentation not available.
The function may be undocumented or unsupported. Check the Compatibility box on this page.