Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi I'm trying to create a calculated column to count rows per category (in my use case per month).
The dataset has Date Dimension Table.
For example in the below picture I want a total count of the records per month and then per year. Let's assume the records come from a column called InternalID. I tried to do a distinctcount() but it didn't work. Basically I want to count the number of records where either Net Billed Time or Net Collected has a value, whether per month or year.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 21 | |
| 10 | |
| 8 | |
| 8 |