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
Hi,
Can you please help me with this scenario?
The matrix row gives an incorrect average. Please see image:
Solved! Go to Solution.
You may use the following measure.
Measure =
IF (
HASONEFILTER ( Table1[Test] ),
AVERAGE ( Table1[Value] ),
AVERAGEX (
ALLSELECTED ( Table1[Test] ),
CALCULATE ( AVERAGE ( Table1[Value] ) )
)
)
You may use the following measure.
Measure =
IF (
HASONEFILTER ( Table1[Test] ),
AVERAGE ( Table1[Value] ),
AVERAGEX (
ALLSELECTED ( Table1[Test] ),
CALCULATE ( AVERAGE ( Table1[Value] ) )
)
)
hi @rendalignacio,
Why are you saying that is wrong? Careful with average of averages as they are not the same of total average.
Does this make sense?
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 |
|---|---|
| 97 | |
| 71 | |
| 50 | |
| 47 | |
| 44 |