Forum Discussion
lherbert501
Post Prodigy
3 years agoSELECTEDVALUE 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
- Ahmedx
Super User
plse try this
VALUES(fact[YearMon])
and you will need to use
IN-------------
IN VALUES(fact[YearMon])
- lherbert501
Post Prodigy
- Ahmedx
Super User
Can you please share your demo input and expected output!