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
Hello, I have two Product columns one is Own product and other one is Competitor product. So they were testing the own product vs competitor based on several attributes such as Taste, Aroma, Appearence and 100 more each in one Columns and give ratings from 1 to 5;
For Each Test they assign Test_ID, each Test_ID is tested with about 200 members and so 200 rows for each Test_ID, Now I have to aggregate data for each Test_ID along with % count of each attributes and present the data as bar diagram as I shown above
@Kishore_Sr4 , if you looking for a similar diagram, I doubt that. You can check custom visual
You can try stacked with small mutiple and can help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 21 | |
| 18 | |
| 11 |
| User | Count |
|---|---|
| 56 | |
| 54 | |
| 43 | |
| 36 | |
| 34 |