Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
So, I have a table like this:
| Player Number | Shots | Shots on target | Pressures | Recoveries | Key Passes | Assists |
| Player 1 | 0 | 0 | 1 | 0 | 1 | 1 |
| Player 2 | 2 | 1 | 2 | 1 | 0 | 0 |
| Player 3 | 1 | 1 | 1 | 0 | 1 | 0 |
I want to create groups:
Group 1 = Shots and Shots on target
Group 2 = Pressures and Recoveries
Group 3 = Key Passes and Assists
Use groups in slicer, and based on the slicer change table data.
When selected Group 1 in slicer:
| Player Number | Shots | Shots on target |
| Player 1 | 0 | 0 |
| Player 2 | 2 | 1 |
| Player 3 | 1 | 1 |
When selected Group 2 in slicer:
| Player Number | Pressures | Recoveries |
| Player 1 | 1 | 0 |
| Player 2 | 2 | 1 |
| Player 3 | 1 | 0 |
When selected Group 3 in slicer:
| Player Number | Key Passes | Assists |
| Player 1 | 1 | 1 |
| Player 2 | 0 | 0 |
| Player 3 | 1 | 0 |
Can anyone help me ?
You cannot create a calculated column or calculated table from a measure/slicer/filter.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 3 | |
| 3 | |
| 2 |