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! Get ahead of the game and start preparing now! Learn more
I have this table and i want to simply have the number of each iitem based on the column
Solved! Go to Solution.
Hi @Anonymous ,
To calculate the number of item per ProjectId, you could place [ProjectId] column into table visual together with below measure.
Count Measure=Count(Table[ProjectId])
Alternatively, to get the number of item per ProjectId in a calculated column, please refer to this formula.
Count Column = CALCULATE ( COUNT ( Table[ProjectId] ), ALLEXCEPT ( Table, Table[ProjectId] ) )
Best regards,
Yuliana Gu
Hi @Anonymous ,
To calculate the number of item per ProjectId, you could place [ProjectId] column into table visual together with below measure.
Count Measure=Count(Table[ProjectId])
Alternatively, to get the number of item per ProjectId in a calculated column, please refer to this formula.
Count Column = CALCULATE ( COUNT ( Table[ProjectId] ), ALLEXCEPT ( Table, Table[ProjectId] ) )
Best regards,
Yuliana Gu
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 37 | |
| 34 | |
| 31 | |
| 27 |
| User | Count |
|---|---|
| 136 | |
| 99 | |
| 73 | |
| 66 | |
| 65 |