Drop Down Filter taking by default value which conflicts RLS

I have a dataset on which i have created RLS .

example

User01 Region 01
User02 Region02
User03 Region03

Drop Down Filter taking by default value which conflicts RLS

So when I login with User03 , the drop downs by defaul selected Region01
How ever there is no data shown on the visuals ,
But when i update the DropDown to Region03 , all visuals shows correct data.

Question is there a way , i can dynamically update the dropdown to select the relevant filed ?

and Why this is behaving like this.

Is it necessary to select default value for dropdown? you can remove default value and choose select all option if you have multi select dropdown. In this way you can only see data for specific user only.

1 Like