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 ...
Ahmedx
Super User
3 years agoplse try this
VALUES(fact[YearMon])
and you will need to use
IN
-------------
IN VALUES(fact[YearMon])
lherbert501
Post Prodigy
3 years ago