Forum Discussion
Anonymous
4 years agoNot applicable
ConcatenteX Formula Error
Hi Experts i am trying to get the following result as shown in the table below but can figure out how to use the max value with the concatenateX function.. Here is the previous question - whi...
- Anonymous4 years ago
Well, Here your Answer
rank =LEFT (CONCATENATEX(ALL('Table (9)'),'Table (9)'[Hit]," ",'Table (9)'[Index]),SELECTEDVALUE ( 'Table (9)'[Index] ) * 2)If You got Answer Mark it as Solution and give Kudos.
Anonymous
4 years agoNot applicable
Well, Here your Answer
rank =
LEFT (
CONCATENATEX(ALL('Table (9)'),'Table (9)'[Hit]," ",'Table (9)'[Index]),
SELECTEDVALUE ( 'Table (9)'[Index] ) * 2
)
If You got Answer Mark it as Solution and give Kudos.