Forum Discussion
Including groups in normal slicer
- 6 years ago
Hi LéaGr,
you can try a many-to-many relationship
https://docs.microsoft.com/en-us/power-bi/desktop-many-to-many-relationships
n:1 n:m
Fact-Table <--- Country Dim-Table <--- > Country Filter-Table
Your filter table could look like this
Country ;Filter ;SortID
Portugal ;Portugal ;6
Portugal ;Southern Europe ;3
Portugal ;International ;2
Italy ;Italy ;7
Italy ;Southern Europe ;3
Italy ;International ;2
Germany ;Germany ;4
Germany ;International ;2
France ;France ;5
France ;National ;1
Hi LéaGr,
you can try a many-to-many relationship
https://docs.microsoft.com/en-us/power-bi/desktop-many-to-many-relationships
n:1 n:m
Fact-Table <--- Country Dim-Table <--- > Country Filter-Table
Your filter table could look like this
Country ;Filter ;SortID
Portugal ;Portugal ;6
Portugal ;Southern Europe ;3
Portugal ;International ;2
Italy ;Italy ;7
Italy ;Southern Europe ;3
Italy ;International ;2
Germany ;Germany ;4
Germany ;International ;2
France ;France ;5
France ;National ;1