Forum Discussion
gladies123
4 years agoHelper I
Reg: hide a value
Hi, Kindly help me to hide a value(1) which is highlighted i have created si.no using following dax(measure) si.no= RANKX(ALLSELECTED(cxsurrender[V_RET_RESULT]),CALCULATE(SUM(cxsurrender[Index])),...
- Anonymous4 years ago
Check whether you use right field in HASONEVALUE function. It should work.
gladies123
4 years agoHelper I
Thanks but it returned blank
Anonymous
4 years agoNot applicable
Right, for total it returns blank. What should it return?
- gladies1234 years agoHelper I
it returns whole column as blank, 1(value) in the total section has to hide
- Anonymous4 years agoNot applicable
Check whether you use right field in HASONEVALUE function. It should work.