This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowThe Fabric community is upgrading! Read all of the details including the timeline and what you can expect. Learn more
Hi,
I am new to Power BI and DAX and I was wondering if someone could help me.
I have a table with duplicated names in a column, I would like a DAX formula to count the amount of times it see's a name.
For instance if Jamie were to appear 3 times, I would like it to show
Name Instance
Jamie 1
Jamie 2
Jamie 3
Your help and time is greatly appriciated ![]()
Solved! Go to Solution.
To do this in DAX..you will need to add an Index Column from the Query Editor first.
Then you can use this Calculated Column
Instance_ = RANKX ( FILTER ( Table1, [Name] = EARLIER ( [Name] ) ), [Index],, ASC, DENSE )
To do this in DAX..you will need to add an Index Column from the Query Editor first.
Then you can use this Calculated Column
Instance_ = RANKX ( FILTER ( Table1, [Name] = EARLIER ( [Name] ) ), [Index],, ASC, DENSE )
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
| User | Count |
|---|---|
| 27 | |
| 22 | |
| 20 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 25 | |
| 20 | |
| 20 | |
| 20 | |
| 20 |