Forum Discussion

lherbert501's avatar
lherbert501
Post Prodigy
3 years ago

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

  • plse try this

    VALUES(fact[YearMon])

    and you will need to use
    IN

    -------------

     IN VALUES(fact[YearMon])

  • Can you please share your demo input and expected output!