Forum Discussion
12 months average
Thanks for replying
calculation error in measure [ Cumulative Total] :dax comparision operation do not support comparing values of type text with values of type integer. Consider using VALUE or FORMAT Function
I tried foemat and value also, shoiwng below error
A single value for column 'YEAR' in table 'Calendar Date' cannot be determined. This can happen when a measure formula refers to a column that contains many values without specifying an aggregation such as min, max, count, or sum to get a single result.
Please reply back
Thanks
Hi, Anonymous
put screen short of error with dax code
- Anonymous2 years agoNot applicable
- Dangar3322 years agoResident Rockstar
hi, Anonymous
update code of all('calender date')
remove update code of all('calender date'[date]) -- remove red part from all and put all('calender date')
- Anonymous2 years agoNot applicable
Hi, Thanks for replying
when I select 2022 year the avearge of each month is like below
When I select 2023 in year (open_date) the 12 months rolling average is like below
But when I didn't give any filters and want to check respective years 12 months rolling averages it's changing , like below
I want to show rolling avearges for every year separately in trends
Please reply
Thanks in advance