I have a chart and I want to see the differences between the bars. I have created a difference formula that does a subset_sum for each year and basically subtracts one from the other to get my total percentage difference and I have stacked the bars so I can see the difference within the bar (see attached). The trouble is that my subset_sum only refers to the year. The user may change one of many devices but the percentage in the bar doesn't change. Is there any way of making this more dynamic? I could make my subset formula be a subset 5 so it will be affected by more of the filters but there are many more filters than 5 and some could be all on and some selected individually.
Currently you need to hack this up using the Aggregate menu. Choose a field that is already unique, so your data is unchanged by the transformation. For the formula field, choose "(Formula result)". The formula will be dynamically recalculated for the filtered data.