Forum Discussion
Filter out the blank values
- 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.
This is not exactly what I am looking for
the video you shared has steps how to remove the blanks from table
I need to remove the blank from the visual table (our table doesn’t have the blanks )
the measure we created for each region those have the blanks
I am looking for a DAX which will compare all the measures columns and remove the rows which are blank for all the measure