Forum Discussion
Analitika
5 years agoPost Prodigy
Hide Columns with no data
I have measure Measure= VAR val1 = IF ( ISINSCOPE(Table1[Names]), BLANK(), FORMAT ( [MesureDivide], "0.00%" ) ) VAR val2 = [COGS] ...
Anonymous
5 years agoNot applicable
Hello Analitika ,
Instead of format try like this
[MesureDivide] &"0.00%"
Analitika
5 years agoPost Prodigy
Anonymous
Not work as showing zeroes value
- Anonymous5 years agoNot applicable
Can you just check this [MesureDivide] and instead of format return this [MesureDivide] and check are you getting the expected value?
- Analitika5 years agoPost Prodigy
Then everything works instead of formating to %