Forum Discussion
Anonymous
4 years agoNot applicable
Filter out the blank values
Hello ALL, I am having an issue in showing nonblank values in the visual my table visual is coming as below Region Measure1 Measure2 Measure3 Measure4 a 0.0 0.0 0.1 a 0.0 ...
- 4 years ago
Hi Anonymous ,
Please use the measure and filter visuals when the measure is not blank.
Measure = COUNTROWS ( FILTER ( VALUES ( 'Table'[Region] ), [Measure 1] <> BLANK () || [Measure 2] <> BLANK () || [Measure 3] <> BLANK () || [Measure 4] <> BLANK () ) )If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
mahenkj2
Solution Sage
4 years agoIf you could have given little data to test, one can offer sound solution. But I think the setting in attached picture might be helpful to test. You need to click "Region" category and unselect the marked item in attached picture to avoid category with no data.