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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
TableA contains:
Some emails only order 1 product, while others order multiple products.
I want to display a visual showing the various distinct counts of the Product ID column on the Y-Axis, and the distinct count of Emails on the X-Axis. Basically I want to show how many different Emails have ordered 1 product, 2 products, 3 products, etc.
How do I accomplish this?
Solved! Go to Solution.
Hi @JustSayJoe
In Power Query
Starting with this data
Group the Email column using the Distnict Count of the Product column
Then group the Email column by the Distinct Count of the Email coumn
Plot that data, Number of Products needs to be on the x-axis
You can see that
1 product was bought by 1 email
4 products were bought by 2 emails
5 products were bought by 2 emails
7 products were bought by 1 email
Regards
Phil
Proud to be a Super User!
Hi @JustSayJoe
In Power Query
Starting with this data
Group the Email column using the Distnict Count of the Product column
Then group the Email column by the Distinct Count of the Email coumn
Plot that data, Number of Products needs to be on the x-axis
You can see that
1 product was bought by 1 email
4 products were bought by 2 emails
5 products were bought by 2 emails
7 products were bought by 1 email
Regards
Phil
Proud to be a Super User!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 54 | |
| 41 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 106 | |
| 99 | |
| 38 | |
| 29 | |
| 28 |