Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
I want to total the Buyers in column B based on the PO in column A. Example 1 PO = 3 buyers (Total column) I have tried a couple of measures Distinctcount and Count but can't seem to get it.
| PO | Buyer | Total |
| 1001 | B | 3 |
| 1001 | C | |
| 1001 | D | |
| 1002 | A | 4 |
| 1002 | B | |
| 1002 | C | |
| 1002 | D | |
| 1003 | B | 1 |
| 1004 | A | 1 |
| 1005 | A | 2 |
| 1005 | B | |
| 1007 | A | 3 |
| 1007 | B | |
| 1007 | C | |
| 1008 | B | 1 |
| 1009 | B | 2 |
| 1009 | D | |
| 1010 | A | 3 |
| 1010 | B | |
| 1010 | C | |
| 1011 | B | 2 |
| 1011 | D | |
| 1012 | B | 1 |
| 1013 | A | 3 |
| 1013 | B | |
| 1013 | C | |
| 1020 | A | 3 |
| 1020 | B | |
| 1020 | C | |
| 1022 | A | 3 |
| 1022 | B | |
| 1022 | C |
Solved! Go to Solution.
A measure like this should work:
A measure like this should work:
Thank you very much. That works perfectly.
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 55 | |
| 52 | |
| 41 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 108 | |
| 106 | |
| 39 | |
| 33 | |
| 25 |