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'm trying to use this for items that have text not numbers.
Any thoughts would be appreciated!
Solved! Go to Solution.
AVERAGEX function (DAX) - DAX | Microsoft Learn
It is sort of assumed that when you are calculating an average, the column on which you make the caclulation is numeric in some way.
What's the average of my colors?
Doesn't really work, does it, becasue colors is not numeric.
Have you tried converting the number to something numeric?
Are you getting an error message or pop-up on the formula? If so, can you paste in a screen shot?
Is [order_amount] the issue?
Proud to be a Super User! | |
Can't tell you how many times I have posted on this or other forums only to have the answer pop up or come to mind after I hit "Post".
Proud to be a Super User! | |
Thank you for sparking the thought!
AVERAGEX function (DAX) - DAX | Microsoft Learn
It is sort of assumed that when you are calculating an average, the column on which you make the caclulation is numeric in some way.
What's the average of my colors?
Doesn't really work, does it, becasue colors is not numeric.
Have you tried converting the number to something numeric?
Are you getting an error message or pop-up on the formula? If so, can you paste in a screen shot?
Is [order_amount] the issue?
Proud to be a Super User! | |
I wish I had thought that through... having a numeric representative may work.
The error is, : The function SUM cannot work with values of type string
Thanks!
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.