Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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!
| User | Count |
|---|---|
| 55 | |
| 37 | |
| 23 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 58 | |
| 39 | |
| 21 | |
| 21 |