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 nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
I have grouped data.
Also, I have showed how many users sent how many email. Now, I want to create a bar chart showing visual that I have done in picture below.
Any Ideas?Displaying number of emails sent by number of users. Like 199 users sent 7 emails
This shows userid and corresponding email number
Want to make this visual in powerBI
Solved! Go to Solution.
Hi @meIdo , In Power Query add a new conditional column to group the data as you have drawn. Then use this as the x-axis and the count of users as the values.
If this answer solves your problem please mark it as a solution!
Hi @meIdo , In Power Query add a new conditional column to group the data as you have drawn. Then use this as the x-axis and the count of users as the values.
If this answer solves your problem please mark it as a solution!
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 |
|---|---|
| 25 | |
| 22 | |
| 22 | |
| 19 | |
| 13 |
| User | Count |
|---|---|
| 68 | |
| 55 | |
| 44 | |
| 42 | |
| 30 |