Forum Discussion
var/return
- 6 years ago
Hi Anonymous ,
I am not sure your data structure, you could refer to my sample for details. If this is not what you want, please correct me and inform me more detailed information(such as your expected output and your sample data)? Then I will help you more correctly.
Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I am trying to use the rankx function
when i try
RANKX( ALL(Table[column1]),
CALCULATE(SUMX(Table, Table[column2]),FILTER(Table,Table[month]))
it gives the contant ranking of 1
except i use 2 different measures
Measure2 = RANKX(ALL( table[column1]), Measure1)
measure1= CALCULATE(SUMX(Table ,Table[Column2),FILTER(Table,Table[month]))
so
i was wonering if its is possible to infuse
Hi Anonymous ,
I am not sure your data structure, you could refer to my sample for details. If this is not what you want, please correct me and inform me more detailed information(such as your expected output and your sample data)? Then I will help you more correctly.
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.