Forum Discussion

Imagauthamam's avatar
Imagauthamam
Icon for Helper III rankHelper III
2 years ago
Solved

Get the user input stored in a parameter

I have a requirement where I have to give a search bar like visual and the end user will give an value. The value entered by the user should be captured and it should be used to filter the visual. I...
  • v-zhangti's avatar
    v-zhangti
    2 years ago

    Hi, Imagauthamam 

     

    You can try the following methods.
    Slicer table:

    Measure:

    Search = SEARCH(SELECTEDVALUE('Slicer table'[Slicer]),Max('Table'[Description]),1,BLANK())
    Count = 
    Var _table=SUMMARIZE('Table','Table'[Date],'Table'[Ticket Number],"Count",[Search])
    Return
    COUNTX(_table,[Count])+0

    Is this the result you expect?

     

    Best Regards,

    Community Support Team _Charlotte

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.