Forum Discussion
Anonymous
7 years agoNot applicable
RankX issue
More an issue between chair and keyboard here. I am struggeling with what shouold be a simple RANKX I have a table (Table1) Containing Name and Profit I need to Sum profit by Name and ...
- Anonymous7 years ago
I have redeemed myself and got it working as follows.
Rankx(ALL('This Month Profit'[TeamMember]),calculate(sum('This Month Profit'[Months Profit])))
Thanks.
Anonymous
7 years agoNot applicable
I have redeemed myself and got it working as follows.
Rankx(ALL('This Month Profit'[TeamMember]),calculate(sum('This Month Profit'[Months Profit])))
Thanks.