Hey everyone.
Is there a way, to input column in filter function?
Here is an example:
var x = values(Here comes a calculated column filter by other measurement condition) return calculate(sum(sales[price]);filter(sales;[product]=x)
So in var x i get list of product names which are filtered by other measure. In return i want to get all products, which are in var x.
Thank you