Forum Discussion
Anonymous
7 years agoNot applicable
SELECTEDVALUE() function not recognized
I'm trying to create a measure that grabs last year's sales so that I can compare them to this year's sales. It is saying that the SELECTEDVALUE() is not recognized. "The report measure FactSale...
- 7 years ago
Anonymous instead of selectedvalue , replace it with min or max function.