This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi Community..!!
| date | name |
| 16-May | ABC |
| 16-May | XYZ |
| 16-May | WOP |
| 17-May | ABC |
| 17-May | ABC |
| 18-May | ABC |
| 17-May | XYZ |
| 17-May | XYZ |
| 17-May | XYZ |
| 17-May | ABC |
expected output is :
| name | count |
| ABC | 3 |
| XYZ | 2 |
| WOP | 1 |
please refer the above images ,
name should be counted with respect to date.
ABC coming thrice in date 17-May then also it is counted as one.
will u please help me to do that?
waiting for quick response.
Solved! Go to Solution.
HI
Distinctcount(table[name])
Hi @Anonymous
It is not matching with expected output.
U can refer the expected output what I have mentioned.
Ppatil
Excuse me; Please find the code for the measure
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 34 | |
| 31 | |
| 30 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 50 | |
| 30 | |
| 23 | |
| 23 |