Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi All,
I want to count in sequence but using many dax or create new column i get duplicate sequence no. in duplicate data see Below:-
I want count see below:-
Regards,
NICK
Solved! Go to Solution.
First add an Index Column in your Table from the Query Editor >>"Add Column" tab
Then you can use this formula
Expected Situation 1 =
RANKX (
FILTER ( Table1, Table1[Sub] = EARLIER ( Table1[Sub] ) ),
Table1[Value]
- Table1[Index] / 1000,
,
DESC,
DENSE
)
And this for expected situation 2
Expected Situation 2 = RANKX ( Table1, Table1[Value] - Table1[Index] / 1000,, DESC, DENSE )
Please see attached sample file as well
Hi All,
I think right now there is no solution of this situation.
That's why no body answering.
![]()
![]()
![]()
regards,
NICK
First add an Index Column in your Table from the Query Editor >>"Add Column" tab
Then you can use this formula
Expected Situation 1 =
RANKX (
FILTER ( Table1, Table1[Sub] = EARLIER ( Table1[Sub] ) ),
Table1[Value]
- Table1[Index] / 1000,
,
DESC,
DENSE
)
And this for expected situation 2
Expected Situation 2 = RANKX ( Table1, Table1[Value] - Table1[Index] / 1000,, DESC, DENSE )
Please see attached sample file as well
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 37 | |
| 36 | |
| 32 | |
| 31 | |
| 29 |
| User | Count |
|---|---|
| 132 | |
| 86 | |
| 85 | |
| 68 | |
| 64 |