Forum Discussion
Average not returning the expected result
I am facing and issue with Average function where it returns the same values as they are in original rows.
First Column represents some numbers and the last column I am trying to do average. I am using and excel sheet. I want to filter the values out by Column 2 and the date column. The data is for 2021 and 2022
9 Replies
- ryan_mayuSuper User
is this what you want?
Column = AVERAGEX(FILTER('Table',year('Table'[date])=year(EARLIER('Table'[date]))),'Table'[value]) - Ashish_MathurSuper User
Hi,
You should write a measure (not a calculated column). To get further help, share some data and show the expected result.
- nishthabhaktaRegular Visitor
Hi! Thanks for the responses but I am still not able to get through getting the correct results
- Ashish_MathurSuper User
Hi,
Share the download link of your PBI file and show the expected result. Also, do you want a calculated column or a measure?
- nishthabhaktaRegular Visitor
ryan_mayu Hey Ryan! I was able to solve the issue! Thanks for all the help. I first created a measure and then plugged that in a column to calculate and divide
- ryan_mayuSuper User
could you pls provide the sample data?
- nishthabhaktaRegular Visitor
- ryan_mayuSuper User
you are creating a meausre, pls provide the sample data and expected output.
- nishthabhaktaRegular Visitor
Please see the snippet. Below is something I am trying to do