We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi all,
I have created a Matrix and was wondering if it is possible to organise the 'Consultant' Column into labelled subgroups.
For example the top five consultants into a 'London Team' subgroup and a subtotal below this.
Thanks,
Henry
Hi @HenryJS ,
Do you have a "team" column/table which is related to "[Consultant]" column?
If not, you can realize that, but it's not dynamic.
If you want to create the column with DAX, it maybe be complex when you have a large amount of data.
Column =
SWITCH(
[Consultant],
"A", "London Team",
"B", "London Team",
"C", "London Team",
"D", "Paris Team",
"E", "Paris Team",
"F", "Paris Team"
)
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 56 | |
| 40 | |
| 36 | |
| 18 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 38 | |
| 34 | |
| 23 |