How to create filter (linked to a parameter) with drop down multiselect option?

I want to filter a visual based on a specific field “Flight Number”. I want to use a parameter though, because later, I want to expose the parameter value (selected from filter control) in a text box.
I follow steps below but the control does not provide the option of a multi select drop down list. Is there a way to achieve this?

  1. I create a parameter, string and click on Select “Multiple values”

  2. Add Control: Select “Control” to create a control for your parameter

    • Style: “Dropdown multiselect” (this allows multiple selections)
  3. Link to dataset field: Select my dataset and the “Flight Number” field

  4. Then I create a filter but the only option available that allows to link it with a parameter is if I choose “custom filter”. I create it but then my only option is just to fill in the control a single value and not a multi select from a drop down list

Hi @Fotis_flex ,

I replicated this scenario and able to see all values in the dropdown, can you please double check if multi-select dropdown was selected in the parameter control

Thanks,

Raj Kavuda

Hi @RajKavuda
Thanks a lot for this fast reply. I just realized that my problem was that the field in the control has too many distinct values and that’s why the drop down list was not available! Works fine with other fields