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.
Anonymous
7 years agoNot applicable
I'm not able to use import mode as I'm connected to a live data query. I'd think this should be something that is easily accomplished on our "data cube", but IT doesn't seem to know how to do it.
I'll have to look into min/max functions, i'm not familiar with them.
Thank you all for your responses.
parry2k
7 years agoSuper User
Anonymous instead of selectedvalue , replace it with min or max function.
- Anonymous7 years agoNot applicable
Oh! that's simple and it works! thank you