Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi Everyone,
I am trying to rank my order code data by the Avg. Qty Sold using the below DAX Formula. However when the I return the results I am seeing duplicate rank values (example below). Any suggestion on how to eliminate this issue?
Ranking = RANKX(
ALLSELECTED(detail),
CALCULATE(SUM(detail[avg_mth_qty_sold])),
,DESC,Skip
)
User | Count |
---|---|
11 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
25 | |
19 | |
16 | |
10 | |
7 |