Forum Discussion

Sam7's avatar
Sam7
Advocate II
4 years ago
Solved

Dynamic Text

Hello,

 

Based on this: https://community.powerbi.com/t5/Desktop/Dynamic-Text/td-p/18161

 

TextMeasure = "There are " + [numberoftickers] + " submitted by " + [numberofusers] + " and managed by " + [numberofadmins]

 

Where does the format ( ) go.  They mention in the text but no example shown. 

Thanks

  • In the link I sent, I do not think they are talking about this format. I have found another solution. Thanks anyway

2 Replies

  • Sam7's avatar
    Sam7
    Advocate II

    In the link I sent, I do not think they are talking about this format. I have found another solution. Thanks anyway

  • Anonymous's avatar
    Anonymous
    Not applicable

    If i understand you correctly, you want to format the resulting text.

    Example:
    You made your dax measure for the dynamic text

    then you made a card visual to show the measure dynamic text

    Now you can go to the formatting pane and format the result as required
    You can do the formatting directly from fromatting pane of the visual you created using the measure Shown Below