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
I have a table with Customer IDs and Contact IDs. I need to count how many Contacts I have per Customer, which I can get. I need to then count how many Customers are at each count of touchpoints.
Example:
| Customer ID | Contact ID |
| 1 | 100 |
| 1 | 101 |
| 1 | 102 |
| 2 | 103 |
| 2 | 104 |
| 3 | 105 |
| 3 | 106 |
| 3 | 107 |
Then goes to:
| Customer ID | Contact Count |
| 1 | 3 |
| 2 | 2 |
| 3 | 3 |
Then:
| Customer Count per Contact Count | Contact Count |
| 1 | 2 |
| 2 | 3 |
I've tried this but it isn't working. I'm not sure I'm on the right track or not.
Solved! Go to Solution.
Hi @Anonymous ,
Another way you can do it is using Group By feature in Query Eidtor with two group by operations.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Another way you can do it is using Group By feature in Query Eidtor with two group by operations.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
You may download my PBI file from here.
Hope this helps.
A little tough to follow but sounds like you perhaps want a disconnected table. In general, to use a measure in that way, you need to use the Disconnected Table Trick as this article demonstrates: https://community.powerbi.com/t5/Community-Blog/Solving-Attendance-with-the-Disconnected-Table-Trick...
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 |
|---|---|
| 84 | |
| 49 | |
| 38 | |
| 31 | |
| 30 |