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
I need to show the avg in table view instead of the Sum. Is any way I can show avg there.
Solved! Go to Solution.
Hi @Anonymous,
[Price] should be calculated as a measure. Then, create an other measure to get the final result:
Averge of Price = AVERAGEX ( TableName, [Price] )
Best regards,
Yuliana Gu
Hi @Anonymous,
[Price] should be calculated as a measure. Then, create an other measure to get the final result:
Averge of Price = AVERAGEX ( TableName, [Price] )
Best regards,
Yuliana Gu
Yes, take a look at this:
This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Also this:
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.