Forum Discussion
row number
- Anonymous2 years ago
Hi Anonymous ,
As Ritaf1983 said, you can implement the creation of line numbers by MEASURE through the rankx function.
The usual practice can be combined with the allselected function, which can be dynamically adjusted according to the slicer.result_ = SUM('Table'[Value]) Index = RANKX(ALLSELECTED('Table'[Cate]),[result_])Best Regards,
Adamk KongIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
As Ritaf1983 said, you can implement the creation of line numbers by MEASURE through the rankx function.
The usual practice can be combined with the allselected function, which can be dynamically adjusted according to the slicer.
result_ = SUM('Table'[Value])
Index = RANKX(ALLSELECTED('Table'[Cate]),[result_])
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.