Forum Discussion
Anonymous
4 years agoNot applicable
Can anyone help
Is there any way to show 0 instead of blank in the gauge if anyone knows then please let me know the solution
amitchandak
Super User
4 years agoAnonymous , Add +0 to you measure
- Anonymous4 years agoNot applicable
amitchandak I am not using any measure I am directly puttinh count of an event in that case what to do
- Anonymous4 years agoNot applicable
Hi Anonymous ,
Create a measure using count() function instead of directly putting count of an event to the visual.
https://docs.microsoft.com/en-us/dax/count-function-dax .
measure = count([columnname])+0
Best Regards,
Jay