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
3 Replies
- amitchandak
Super User
Anonymous , Add +0 to you measure
- AnonymousNot applicable
amitchandak I am not using any measure I am directly puttinh count of an event in that case what to do
- AnonymousNot 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