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 nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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!
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 20 | |
| 19 | |
| 13 |
| User | Count |
|---|---|
| 60 | |
| 54 | |
| 47 | |
| 42 | |
| 37 |