Dependent enumlist based off of a previous enumlist

Can you make a dependent enumlist based off of a previous enumlist? As an example from the original sheet file used in this video (https://youtu.be/5PiRkXVj1Xo), is there a way to select both โ€œAsiaโ€ and โ€œAfricaโ€ and see all of their respective countries in the subsequent enumlist while still filtering out every country from โ€œNorth Americaโ€ and โ€œSouth Americaโ€? Basically, I want a multiple choice option that then provides a multiple choice option based on the previous selection.

Solved Solved
0 2 501
1 ACCEPTED SOLUTION

SELECT(Documents[Country],CONTAINS([_THISROW].[Continent],[Continent]))

View solution in original post

2 REPLIES 2

@Stefan_Quartemont What do you think about this?

SELECT(Documents[Country],CONTAINS([_THISROW].[Continent],[Continent]))

Top Labels in this Space