Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
Hi everyone,
I have this table,where I want to add column "count" ,which contains number of how many times this user appears in the table.
Here is the sample,what I am trying to get.
Thanks in advance.
Solved! Go to Solution.
new column = countrows(filter(tableName;earlier([user])=[user]))
try this
new column = countrows(filter(tableName;earlier([user])=[user]))
try this
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
78 | |
76 | |
70 | |
49 | |
42 |
User | Count |
---|---|
62 | |
40 | |
32 | |
30 | |
29 |