Forum Discussion
Dgarciacan
1 year agoFrequent Visitor
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, ...
- 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.
lbendlin
1 year agoSuper User
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.