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! Learn more
Hello,
I have a column of data that is in decimal form and I need an average of it, I do not want it to sum so I have used the following measure.
Hi @b_koe ,
Try below measure
Default PF = AVERAGEX(
'DPS 20240816',
'DPS 20240816'[DefaultProductivity2]
)
Thanks for your reply @Anonymous . Ideally it should works. @b_koe Make sure to have proper relationships.
If you need solution, pls post detailed question with out any sentive data.
Unfortunately, still having the same issue. The outcome is identical to my posted measure above. Thanks
Hi @b_koe ,
I have changed the measure please check and try with the below
Default PF = CALCULATE(
AVERAGE('DPS 20240816'[DefaultProductivity2]),
ALL('DPS 20240816')
)
It has changed slightly but still the incorrect outcome.
Hi @b_koe ,
Try below measure
Default PF = AVERAGEX(
'DPS 20240816',
'DPS 20240816'[DefaultProductivity2]
)
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.