Forum Discussion
IwanVB
4 years agoFrequent Visitor
Matrix - Replace zero by blank
I have some large Matrix visuals with also many Zero's (0) in there. To improve readability I would like to replace the Zero by Blank or something else e.g. "-". Google gives many tips on how to repl...
- Anonymous4 years ago
like this?
dax = if ([value]=0 || [value]= blank(),"-")
Anonymous
4 years agoNot applicable
like this?
dax = if ([value]=0 || [value]= blank(),"-")