Forum Discussion

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

Conditional Dynamic Value in Text Box

Hello! So you know how you can add a dynamic value inside of a text box: I have been trying to find anything that provides documentation or a video tutorial on how to use this but nothing.  I...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi ACraig08 

     

    I suggest that you can put the results you want into a card visual.

    DAX:

    Measure = SELECTEDVALUE('Table'[Project count])&"  added in  "&SELECTEDVALUE('Table'[District])

     

    Result:

     

     

    At the same time, you can also modify the format of the card visual.

     

     

     

     

     

     

    Best Regards,

    Jayleny

     

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