Forum Discussion
Anonymous
4 years agoNot applicable
Format String Expression to reflect absolute and percentage value
Hello, I need to reflect value on a column chart in both absolute and percentage (in relate to other number) value. Example below. In order to do so, I used format string expression in ...
vojtechsima
Super User
4 years agoAnonymous
I am not sure why the percentage doesn't work, you can use pre-defined percentage formating as this:
var wyk_p = FORMAT ( MAX(SomethingSomething[Something2]), "Percent")
And the rest, try SergioSilvaPT solution for the Condition, implement his logic and my formatting.
Anonymous
4 years agoNot applicable
It still returns very strange values. Please note the absolute value is incorrect as well... Kamil