Forum Discussion
littlevillage
Aug 21, 2022Iron Contributor
How to filter values 0 in an array
Hi, I need to filter values 0 in an array, and hope the result a dynamic array I have added an image and the link of sample file Hope for your help Thank you
- Aug 21, 2022
littlevillage Change the first variable "x" in the LET formula to this:
x,UNIQUE(FILTER(Table1[Column1],Table1[Column1]<>0)),
Riny_van_Eekelen
Aug 21, 2022Platinum Contributor
littlevillage Change the first variable "x" in the LET formula to this:
x,UNIQUE(FILTER(Table1[Column1],Table1[Column1]<>0)),
littlevillage
Aug 21, 2022Iron Contributor