Forum Discussion
ak77
2 years agoPost Patron
Resources Exceeded Issue on Condition Check
Hi all, I need to hide the rows where all the column cell values are zero. so i used the below DAX where i am checking if round of each meausre value is 0 and using visual filter to filter for al...
parry2k
2 years agoSuper User
ak77 now I'm thinking a bit about why you need to do this check, if all measures return blank () values, the row will be suppressed automatically.
- ak772 years agoPost Patron
i am checking for zero here... not blank .. if all column cell values are zero.. hide it .. is there a easiest way pls let me know