Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I'm needing some help crafting a DAX expression.
We have a customer service ticketing program, and I'm trying to compare the number of tickets generated for each customer over the last year, compared to the average over the last year for all customers. So my per customer calculation is:
CallCount LY = CALCULATE( [CallCount], DATESBETWEEN( Table1[Date], MAX(Calls[DateOpen])-365, MAX(Calls[DateOpen] ) ) )
But I'm having trouble generating the expression to find the average for all customers. Could you help me out with that one?
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!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 13 | |
| 10 | |
| 8 |