Hello! I have some problem in Set Analysis. I need to display information on employees, offices and products that were sold last month, better than the previous. I have wrote this:
=sum({$<Name={"=sum({1<month={}>}[sales])>({=sum({1<((#vmonth={})-1)>}[sales])"}>}[sales]) But it doesn't work. Where's my mistake? Please help me!