Forum Discussion

tuulia's avatar
tuulia
Helper IV
5 years ago
Solved

Row level security information to textbox

Hi! Report users can see only data related to their own organization part (marketing sees marketing data, sales sees sales data etc) via row level security. How can I create dynamic title/texbox wher...
  • amitchandak's avatar
    amitchandak
    5 years ago

    tuulia , if organization and department are from different tables  , we can use a measure from fact to make sure we use security , say measure is Fact measure

     

    maxx(filter(values(department[name]),not(isblank([Fact measure]))), [name])

     

    else

    can share data model and RLS filters