Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

show current selection for Quarter field

Hi all 

i want to show the  dynamic card object  like

 

i have quarter    values 2019Q1,2019Q2  so on..

 

and i have quarter slicer.      now if i select  2019Q2    

 

i want to show like beolow.    what ever i select i want to show same way. dynamically    is there anyway  ?

 

  • Anonymous create a measure like this

     

    Label Measure = 
    "Your message" & SELECTEDVALUE ( Table[QuarterColumn] )

     

    I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!

1 Reply

  • Anonymous create a measure like this

     

    Label Measure = 
    "Your message" & SELECTEDVALUE ( Table[QuarterColumn] )

     

    I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!