Hello!
I've been looking for a while but can't seem to find a solution that fixes my problem.
I need to calculate the average claims of a sales location to use as a benchmark based on the selected customer. I already have a measure that calculates the percentage of claims to sales, but I'm having trouble implementing the location-based benchmark.
I've tried the following:
Solved! Go to Solution.
@GK94 , Try one of the two
AVG Claims Location= CALCULATE([Claims%], FILTER(ALL(D_CUSTOMERS), D_CUSTOMERS[LOCATION] = MAx(D_CUSTOMERS[LOCATION])))
AVG Claims Location= CALCULATE([Claims%], allexcept(D_CUSTOMERS, D_CUSTOMERS[LOCATION] ))
Solved it, the formula I tried first worked, I just filtered on the wrong attribute. Stupid mistake on my part. Thank you for your help anyway!
Best regards
Solved it, the formula I tried first worked, I just filtered on the wrong attribute. Stupid mistake on my part. Thank you for your help anyway!
Best regards
@GK94 , Try one of the two
AVG Claims Location= CALCULATE([Claims%], FILTER(ALL(D_CUSTOMERS), D_CUSTOMERS[LOCATION] = MAx(D_CUSTOMERS[LOCATION])))
AVG Claims Location= CALCULATE([Claims%], allexcept(D_CUSTOMERS, D_CUSTOMERS[LOCATION] ))
Thank you @amitchandak ! I've tried both, but unfortunately in both cases it returns the Claim% for the selected customer, not the sales location of the customer. Any idea why that might be?
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
User | Count |
---|---|
390 | |
103 | |
65 | |
54 | |
49 |
User | Count |
---|---|
355 | |
123 | |
83 | |
68 | |
62 |