Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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?
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!