Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Returns a Multidimensional Expressions (MDX)-formatted string that corresponds to a specified member.
MemberToStr(Member_Expression)
Member_Expression
A valid Multidimensional Expressions (MDX) expression that returns a member.
This function returns a string containing the uniquename of a member. It is usually used to pass a member's uniquename to an external function.
The following example returns the string [Geography].[Geography].[Country].&[United States] :
WITH MEMBER Measures.x AS MemberToStr
([Geography].[Geography].[Country].[United States])
SELECT Measures.x ON 0
FROM [Adventure Works]
Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register today