Forum Discussion

Dgarciacan's avatar
Dgarciacan
Frequent Visitor
1 year ago
Solved

Security issue

Hi everyone, I am currently developing a PBI report, but some client requests are causing issues. I'll explain the situation: Basically, we need to count the rows in the fact table, called Table1, ...
  • lbendlin's avatar
    1 year ago

    The standard approach is to carry a second copy of your fact table, with all identifying information removed, and not controlled by RLS.  use that for the median computation.