Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have a DimStore dimension table that has a list of Store names (see below for example). I am trying to create a grouping that has all stores except for Store 99, and a grouping of all Stores. The end result is to have a slicer/filter that has 2 options:
1. All Stores
2. All Stores Excluding Store 99
STORE LIST:
Store 1
Store 2
Store 3
Store 4
Store 5
Store 6
Store 99
Store 7
Store 8
Store 9
Store 10
I have tried the 'New Group' feature, and can create a grouping that contains all stores except for Store 99, but then can't create a grouping that includes Store 99, since Store 99 is only item left in Ungrouped values. Any suggestions on best way to accomplish this would be appreciated.
hi, @RickAll
For the 'New Group' feature, It's like adding a calculate column, since you had added a group (tag) for all stores except for Store 99, now there only is Store 99 could be added group.
Now you could try these two ways:
1.
Use the 'New Group' feature to add another group "All Stores" again.
Then download a custom visual "HierarchySlicer" from marketplace and then drag the two group (fields) into it.
2.
In Edit Queries, duplicate the basic table
Then use the same logic to add two columns.
Then unpivot the Level1 and Level2 and apply and close.
Now create the relationship between table and duplicate table by STORE LIST column and set cross filter direction is "Both"
Set Value field as a slicer.
and here is pbix file, please try it.
Best Regards,
Lin
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 |
---|---|
58 | |
56 | |
56 | |
38 | |
29 |
User | Count |
---|---|
75 | |
62 | |
45 | |
40 | |
39 |