After creating a New Group in the Power BI Data Pane (by using the Other Options menu that comes up by right-clicking on a field name), is there any way to output the list of Group members to document and/or validate with stakeholders that the Group membership is correct?
My list of group members is too long to take a screenshot.
This doesn’t answer your question exactly, but I think you’d have better luck explicitly creating your groups, like in SQL BI’s Static Segmentation pattern.
Groups are added to the table, so there are a number of ways to obtain Group Members. Here’s a mock up, use export data from the table visual options.
Yes, thank you @Melissa. Using the CONCATENATEX function can meet my need to report on the members of a group that was created by the Group function in the Data pane. I appreciate your suggestion.
I’m coming to a theory, however, that using the DAX SWITCH() function, or entering the groups as data table, may be more transparent ways to create derived groups that have the advantage of being reusable across datasets.
I’d welcome feedback or further thoughts on this.
Thanks @HufferD,
I appreciate your introducing that way of doing it.
It doesn’t apply in this case, however, because the segments have no pattern that is in the data; they’re dynamic groups of personnel who play a particular role or currently serve a need, so the logic of the grouping is only local knowledge that has to be entered to enrich the data.
It’s generally best to add these groupings as far upstream as possible. Personally, I’ve never use New Group in the Power BI Data Pane since a Conditional Column in Power Query achieves the same result, but in a transparent and reusable way.
.