Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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!
User | Count |
---|---|
13 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
24 | |
16 | |
15 | |
10 | |
7 |