Forum Discussion
laciodrom_80
9 years agoHelper IV
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 stati...
v-sihou-msft
9 years agoMicrosoft Employee
If your measure 1 and measure 2 can be sliced on row level, your formula should work. See my sample below:
Then you can create a calculated table with similar expression.
Regards,