Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi @sprao ,
Please create a new mesure:
Group max =
MAXX (
SUMMARIZE (
'Table',
'Table'[Project Name],
'Table'[Date],
'Table'[Status],
"Count", COUNTROWS ( 'Table' )
),
[Count]
)
Output:
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum -- China Power BI User Group
Hi @sprao ,
Please create a new mesure:
Group max =
MAXX (
SUMMARIZE (
'Table',
'Table'[Project Name],
'Table'[Date],
'Table'[Status],
"Count", COUNTROWS ( 'Table' )
),
[Count]
)
Output:
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum -- China Power BI User Group
StatusCount = COUNT('YourTable'[Status])
Did I answer your question? If so, please mark my post as a solution!
Proud to be a Super User!
| User | Count |
|---|---|
| 58 | |
| 45 | |
| 31 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 75 | |
| 65 | |
| 46 | |
| 23 | |
| 22 |