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! Learn more
Hello,
Is there a way I can get the historical count of analysts who have performed 1 or more action in the attached matrix? For example, Jan would have 16 analysts, July 20, and October 19.
Best
YevD
Hi, @YevD
Please try using function DISTINCTCOUNT in DAX.
distinctcount = DISTINCTCOUNT('Table'[Analyst])
then apply it to a table visual.
If it doesn't work, please sahre a sample file for further search.
Best Regards,
Community Support Team _ Eason
@YevD , For that you have need share some data.
You need to have measure like
countx(filter(Table, Not(Isblank(Table[Action])) ), Table[Agent])
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 5 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 11 | |
| 9 | |
| 8 |