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
If I have some data like this.
| Name | District |
| AA | UX01 |
| AA | UX02 |
| BB | UX01 |
| BB | UX01 |
| AA | Ux02 |
| AA | Ux02 |
| AA | Ux02 |
| BB | UX01 |
| BB | UX01 |
| AA | UX01 |
| AA | UX01 |
All I want to do, is I want to count Name and put it into District, for example,
AA=7 and AA in Ux01 = 3 and AA in Ux02 = 4.
BB=4 and AA in Ux01 = 4 without BB in Ux02.
Please, help me to tell the DAX that I can finish it.
Thank you all.
Solved! Go to Solution.
Why would you need DAX to do this? Just put it into a matrix visual, just need a simple countrows measure for the values
Why would you need DAX to do this? Just put it into a matrix visual, just need a simple countrows measure for the values
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.