Forum Discussion
ak77
Post Patron
2 years agoResources 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
Super User
2 years agoak77 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 ago
Post 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