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
I am trying to assign a value to duplicated values so I can visualize it without the duplicates.
- I have added an index column that assigns a value to each unique HCN but next step i'm hoping to assign based on the reg date as well, so it will take the reg date into account
The current vs ideal state is shown below:
Any help or insight is appreciated!
Hi @Anonymous ,
You can try to create a new column
Index =
RANKX(
'Table',
'Table'[HCN] * 100000 + DATEDIFF(DATE(1900, 1, 1), 'Table'[Reg Date], DAY),
,
ASC,
DENSE
)
Final output
Best regards,
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Sounds good. What have you tried and where are you stuck?
Can you provide sample data in a usable format, not as a screenshot?
User | Count |
---|---|
66 | |
60 | |
47 | |
33 | |
32 |
User | Count |
---|---|
87 | |
72 | |
56 | |
49 | |
45 |