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 need to summarize a table with percentages by Period and Team Member. The team member populates a SharePoint list by Period with their Capacity %.
I'm having difficulty creating that summarize view of the data. In excel I can do the following how do I do the same thing in Power BI?
Any help would be warmly welcomed 🙂
Solved! Go to Solution.
Use an Advanced Group By.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 5 | |
| 5 | |
| 4 |