Forum Discussion
TechR21
3 years agoHelper V
Replacing blank value in card visual
Hi, Im using a card visual to see the total numbers of a particular column. In the field of the visual Im using a simple count of id's, then I use a filter on the visual, based on the status of t...
- 3 years ago
In your questions you mentioned , " In the field of the visual Im using a simple count of id's", so create measure for that measure = Count(ID) + 0 , and use that in Card visual, so when there is blank vlaues, it will 0 instead of blank
TechR21
3 years agoHelper V
Im not sure how to use this measure then.. I cant use it as a filter, and it doesnt count the number of the column that I want
RashmiP
3 years agoNew Member
In your questions you mentioned , " In the field of the visual Im using a simple count of id's", so create measure for that measure = Count(ID) + 0 , and use that in Card visual, so when there is blank vlaues, it will 0 instead of blank