Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello,
For my Users, I have created a report that compare two different group of Country (selected in slicers).
As you can see below, user needs to select in slicer A and B, Countries as they want ( no prefiltering), slicers cointains same list of countries, from separate dedicated DT. I've tried to group them in one table report to ease the "at first glance" analysis.
MY PROBLEM : the countries are going to the wrong group, they're inverted. How can I make it work ?
Thank you in advance for your help.
Rest of the report works correctly, new incremental change is about the Grouping for Table view.
JB
PS: details below
view of the report:
Table's elements:
For grouping my countries I've done: (problem the countries are going to the wrong group)
Details for slicers A:
Details for slicers B:
Selected_Country_B = VALUES(_CountrySelectionB[country])
List of Countries in Custom TABLE
Hi @JBal86 ,
I think there should be a fact data table in your data model. I suggest you to add [Group] column in this table and the create data hierarchy in matrix.
Get the first word from [Country] column by LEFT() function.
Group =
LEFT ( 'TableName'[Country], 1 )
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous,
Thank you for your answer.
I'm not sure I quite understand your solution. Can you extrapolate some more please.
Also, I think I need to add some extra U(x) details on the report because I'm not sure if your fix would work correctly.
Slicer A and B have the same list of countries comming form main DT holding the data:
It means that the selection can be more random than mine. In my example above, I used an unfortunate combination to ease me the dev work. (Countries begin with the same letter). The user can use more advance grouping, for example:
I'm trying to find a way to group seperatly each selection made in slicer A and B.
The Goal is to add an additional layer to this report, to group the selection and compare each grouping results.
Thank you once again for your answer 🙂
JB
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
3 | |
3 | |
3 | |
2 | |
2 |