Quantcast
Viewing all articles
Browse latest Browse all 217197

Filtering table by measures

Hi,

 

I'm able to create a new table filtering like this:

 

NewTable = FILTER(Table; Table[Area]<= 500 && Table[Area] >= 10

I'm not able but would it be possible to use measures instead of static values, like here?

 

NewTable = FILTER(Table; Table[Area]<= measure1 && Table[Area] >= measure2

Thanks!

 


Viewing all articles
Browse latest Browse all 217197

Trending Articles