I have a table that looks like this:
and I did
z = calculate(sum([rev]),filter(all(table[zversion]),table[zversion]=2))
Then I put zversion = 1 in the filter. But since this calculate removes the zversion in the filter context, if I put z in the values field, it should show every customer in...