March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I would like to take the average of each category and then sum them together without taking to total average. However, currently the sum is the total average.
Currently this is my code:
I am trying to have the total be Average = 0 ´+ 1.71 + 22.88 + 0 +4.6
Solved! Go to Solution.
Hi,
Found a solution
@Anonymous , Try like
AVerage 4 = CALCULATE(
AVERAGEX(
SUMMARIZE( 'Test', 'Test'[category]),
CALCULATE( SUM( 'Test'[value) )
), ALLEXCEPT( 'Test', 'Test'[Category])
)
or
AVerage 4 = CALCULATE(
AVERAGEX(
SUMMARIZE( 'Test', 'Test'[category]),
CALCULATE( SUM( 'Test'[value) )
)
)
Hi,
It is still find the average for each category A,B,C,D,E then for the "total" it is adding each average A, average B.... then dividing by 5. I would just like to to take the average of each category and add them togther
Here is another measure I tried, that gives me the right averages but will not let me sum the values
Hi,
Found a solution
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
86 | |
73 | |
57 | |
52 |
User | Count |
---|---|
197 | |
133 | |
107 | |
69 | |
65 |