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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote 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.
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 57 | |
| 55 | |
| 42 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 113 | |
| 105 | |
| 39 | |
| 35 | |
| 26 |