Hi All,
Newbie here...I've seen a number of threads regarding cascading dropdowns, but unable to see my specific issue replicated, hence the new thread (apologies if i have missed it!)...
I have attached my data set of which i have imported into a SharePoint list.
My 1st dropdown, appears fine using the following:
Sort(Distinct('EMC-Hall-Zone-Operation Mappings',Hall),Result)

And my 2nd level looks fine using the following:
Distinct(Filter('EMC-Hall-Zone-Operation Mappings', Hall = drp_hall.Selected.Result),ZONE)

Where my issue is coming is in my 3rd dropdown. From what i can see, using the below, it doesn't appear to take into account the 1st drop down result:
Distinct(Filter('EMC-Hall-Zone-Operation Mappings', ZONE = drp_zone.Selected.Result),Operation)

I'm wondering if that because for example Zone 1 (2nd dropdown) is referenced in multiple Halls (1st Dropdown), that the Operation dropdown (3rd dropdown) is showing ALL entries in the data source referring to Zone 1 (across all halls!)...
This may sound a bit mental, well, my eyes are stinging...Just hoping it makes sense to someone else!
Many thanks in advance.