Is it possible to access the current username to filter a dataset?

@Hugo , You can do some tweak:

  1. Create a dataset with only Store. Do NOT apply RLS on this dataset. Call this dataset “control datasets”
  2. In analysis, include the “control datasets”, as well as the dataset with RLS, call “fact dataset”.
  3. For the visuals, create them from the “fact dataset”.
  4. Create a parameter called “Store”. Create a control based on “Store”. The control elements from Store of “control datasets”.
  5. Create filter to filter on the visuals. Let filter to be custom list and get the list from parameter “Store”
    image
  6. All set!
3 Likes