Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi everyone,
I am trying to group several columns (which represent subcategories) to main categories. My data looks like this:
| Commitment | Responsiveness | Appearrance | Pragmatism | Customization | Proactivity | Innovation |
| 2 | 5 | 2 | 3 | 5 | 2 | 1 |
| 3 | 3 | 4 | 3 | 5 | 1 | 3 |
Now I would like to group the first three columns into the category "Personality" and the last four to "Customer focus", in able to create numeric KPIs based on the main category (e.g. the average for Personality as a KPI visual).
Any help is appreciated! 🙂
Solved! Go to Solution.
@radu92,
You would need to add new column to calculate average of mulitiple columns.
Regards,
Lydia Zhang
Could you please post your expected result in table? How do you want to calculate these values of different columns when you group them into categories?
Regards,
Lydia Zhang
I would like to have the average of the subcategories as the main category. I solved it now by just adding a new column that calculates the AVG(column1, column2, etc.), but I was wondering if this could be done without an extra column.
@radu92,
You would need to add new column to calculate average of mulitiple columns.
Regards,
Lydia Zhang
Thanks! That's what I did 🙂
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.