Forum Discussion
lherbert501
3 years agoPost Prodigy
SELECTEDVALUE multiple slicers
Hi,
I have a measure of =SELECTEDVALUE(fact[YearMon]) which enables my makeshift drillthrough to carry through the date slicer thats selected to my destination page.
My question is if I have a couple of other slicers set, is it possible to include this in the selectedvalue measure too, e.g. fact[Category], to go along with the date?
Thanks
Liam
3 Replies
- AhmedxSuper User
plse try this
VALUES(fact[YearMon])
and you will need to use
IN-------------
IN VALUES(fact[YearMon])
- lherbert501Post Prodigy
- AhmedxSuper User
Can you please share your demo input and expected output!