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! It's time to submit your entry. Live now!
Hi all,
I have the following issue:
For each date and employee I want a row count. (see picture) (Employee A has 2 rows on 1-1-2018 so I expect 2 as a result, etc) The column 'rowcount per employee' is the exact result I want.
How do I fix this in Power Bi?
Solved! Go to Solution.
Hi, already solved with another solution. I made a 'group by' in my dataset. Thnx for your help.
if i understand u
try this
new column = countrows(filter(tableName;earlier([Date])=[Date]&&earlier([employee])=[employee]))
Hi, already solved with another solution. I made a 'group by' in my dataset. Thnx for your help.
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 40 | |
| 38 | |
| 21 | |
| 21 |
| User | Count |
|---|---|
| 141 | |
| 105 | |
| 63 | |
| 36 | |
| 35 |