Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hey 🙂
in lot of my cards visual stay "Leer" (in german it means empty/zero) but I want to have "0" (Zero) insead "Leer". Do you have any ideas how can I change that?
Best regards
Nirvana Karolina
Solved! Go to Solution.
@Anonymous , add +0 to the measure
example
Sum(Table[value])+0
or
coalesce(Sum(Table[Value]), 0)
It works! Thank you very much! 🙂
User | Count |
---|---|
16 | |
13 | |
12 | |
11 | |
11 |
User | Count |
---|---|
19 | |
14 | |
14 | |
11 | |
9 |