Forum Discussion
Filter Matrix Rows to be visible only when all columns have values
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.
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.😓
- gap3 years ago
Helper I
Found the below which heps understanding the issue. Generally adding a +0 at the measure in order not to be blank, solves the filtering issue. I just need to find a solution with no adding the +0, but at least that article helps understanding the cause.