Forum Discussion
Anonymous
5 years agoNot applicable
Row level Security
Hi, so i'm trying to implement RLS however, I've been asked to create something where it presents the data differently. so for instance I have a sales report however, I am showing certain products ...
Anonymous
5 years agoNot applicable
Or is there a way for me to change this formula
Var Wapf =
DIVIDE ( [IEA*PROFIT MARGIN], SUM ( 'Detail'[IEA] ) )
Return
if(ISBLANK (WAPF), BLANK (), WAPF + 0.5)
so that it is only for the general report when no filters are applied or RLS but when RLS is applied there is no Return