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
Good afternoon,
I have a problem with the aggregation of a measure.
Below is an illustration of my data:
Because of the "type of product" column, when I use SUMX for the customers for the day, I get the following:
What I wish to achieve is this result:
I tried using AVERAGEX and it works correct, when I view it for a particular day, but when I try to see the oranges for the month, it does not show the correct answer.
Could anyone please help me with this dax?
Thank you very much in advance!
Solved! Go to Solution.
[# Customers] =
sumx(
summarize(
T,
T[date],
T[customers for the day]
),
T[customers for the day]
)
[# Customers] =
sumx(
summarize(
T,
T[date],
T[customers for the day]
),
T[customers for the day]
)
Thank you very much for the help!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 9 | |
| 8 | |
| 8 |