Forum Discussion

Wikolin's avatar
Wikolin
Icon for Helper I rankHelper I
5 years ago

Dynamic filter and calculations

Hi all.

I'm a bit stuck on this one.

I have a list of customers and their sales. If sales is above 1000 in total the last 12 months i want to tag them with "High", the rest of customers "Low". This i figured out:

Category = IF(SUM(sales[amount])>1000,"High","Low")
 
In a report i want to filter on a customer. This customer is "High" or "Low".
So i want the average sales in the "High"-category. And if i filter on another customer who turned out to be "Low" i want the average sales in "low"-category.

2 Replies