Forum Discussion
Filter Matrix Rows to be visible only when all columns have values
Filter=COUNTROWS(FILTER(ALLSELECTED('Date'[Year]),ISBLANK([Basket Quantities Price]))
then, select those rows get 0
Thanks. The problem is that it will filter the results only when the Filter measure is added to the values. Then i remove it (but of course keep it on the filters), then all the rows returned.
- wdx223_Daniel3 years ago
Community Champion
Filter=IF(ISBLANK([Basket Quantities Price]),1)
- gap3 years ago
Helper I
This will not work, since it will not return same value for all the columns on the rows i want to keep, therefore the filtering will not be correct
- gap3 years ago
Helper I
What i really dont understand is why if i use filter=5 (the first screenshot) it works even if i remove the column from the table, but on the second case (or on the solution you provided) is not working. Since tha values are as it should be, why on some cases the table is filtered correctly and on the others not?
- wdx223_Daniel3 years ago
Community Champion
i do not understand too.😓