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,
My RANKX function is not working properly when I apply a Brand filter. For example, without filters I get the following rank
But when I apply a Brand filter, to select only Pure Sunfarms, Redecan, and Good Supply the ranking changes:
My formula is:
Rank (Total Sales) Brand =
IF(
HASONEVALUE(
'OCS-daily-2018-2023'[brand]
),
RANKX(
ALL(
'OCS-daily-2018-2023'[brand]
),
[Total Sales],
,
DESC,
Dense
)
)
and my model looks like this:
Any help is greatly appreciated.
Hi, I tried that but it's not working. I want to keep the same rank:
1,2,3 even when applying the brand filter
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |