Forum Discussion
Anonymous
4 years agoNot applicable
Single value for a column cannot be determined
Hi,
I am trying to create a measure so that I can calculate a rolling 4 interval average (I only have interval # and no date). However when trying to use an index to order the intervals, I receive this error:
My data table looks like the following:
Thank you for any help!
Anonymous
Inside FILTER, instead of 'Rolling Table', use ALL ( 'Rolling Table' ),
7 Replies
- tamerj1Community Champion
Hi Anonymous
You need to wrap Index with SELECTEDVALUE- AnonymousNot applicable
I am unfamiliar with SELECTEDVALUE and am not sure what to enter for the alternate result in the function. Could you provide more detail?
- tamerj1Community Champion
Anonymous
Like this
VAR MyIndex = SELECTEDVALUE ( 'Rolling Table'[Index] )