Forum Discussion
Anonymous
2 years agoNot applicable
Filter out errors in CalculateTable
Hi, I have created a new table named "LCM_100K" based on another table named "OH_Totals" . I am bringing OH_Totals in via Power Query which removes any rows with errors. However, when I create a new...
- 2 years ago
why not just use filler
=filter('OH_total', type="LCM" && impact>100000)
Anonymous
2 years agoNot applicable
Sorry, I was wrong, that did in fact fix it. Thanks!
ryan_mayu
2 years agoSuper User
you are welcome