Forum Discussion
Show non-existent Boolean value on visual
- 5 years ago
Hi Anonymous ,
In this case, since there is no "true" field in the table, you must create additional measure and construct a context to count the "true" field.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
if the measure returns BLANK you can instead have it return ZERO (0).
you just have to add + 0 to the end of the formula
Currently it either returns either TRUE or FALSE, because an item is either correctly handled or it is not. There is no inbetween. So currently it only returns FALSE while I want to show the number of times TRUE is returned (0).
Edit: Spelling
- V-lianl-msft5 years ago
Community Support
Hi Anonymous ,
In this case, since there is no "true" field in the table, you must create additional measure and construct a context to count the "true" field.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.