Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi, I have the following Dax expression which counts how many times a reference appears within a table. But I also have a column with 3 types of row (A, B C) and need to only count A. I can't seem to figure out how to return the below count result but for only type A - for certain reasons I can just add the Type to the Concat reference.
Any help greatly appreciated!
thanks
Solved! Go to Solution.
Thanks very much - not sure why I didn't think of that!
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 38 | |
| 29 | |
| 24 |