Forum Discussion

vbourbeau's avatar
vbourbeau
Resolver II
7 years ago
Solved

Rankx return empty value

Hi,   I have a matrix where I want to return the rank of my customer by total sales for a specific period. I put this DAX rank = rankx(ALLSELECTED(InvcDtl[Customer Name]);calculate(sum(InvcDtl[T...