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 guys, I'm currently working with a big workbook file which has an attribute field that has to be grouped by product. The only problem is that there is also other information in the field and when I click on new Group I would have to indivially group it all by myself.
Is there anyway to automize that wiht a measure or something? I need the groups for a matrix visualization.
Thanks in advance!
@Anonymous ,
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
You can create a measure or use groups - https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-grouping-and-binning
It looks something like this:
Type Attribute State
Phone <Text> iPhone 6s active
Phone iPhone 11 <Text> active
Phone <Text><Text iPhone 6s <Text> active
| User | Count |
|---|---|
| 23 | |
| 19 | |
| 18 | |
| 17 | |
| 11 |
| User | Count |
|---|---|
| 54 | |
| 53 | |
| 42 | |
| 38 | |
| 32 |