Forum Discussion
Wiene24
7 years agoHelper II
Rankx
Hi, I have a little problem with my RANKX. Two tables are involved: Costumor and Order I have a measure to calculate the total amount of the orders for each costumor: Omzet = SUM('dba D...
Anonymous
7 years agoNot applicable
Hi Wiene24 ,
Try this mesaure:
Omzetplaats =
RANKX(
ALL('dba Relatie'[DebiteurNummer]),
[OMZET],
,ASC
)
Thanks,
Tejaswi