Forum Discussion

barragan82's avatar
barragan82
Helper II
11 months ago
Solved

Wrap Text for SELECTEDVALUE

Hello, I have a measure that is set to display SELECTEDVALUE in a text box. However, if the value is longer than there is space in the text box, it shifts the whole value to the next line even if th...
  • MasonMA's avatar
    11 months ago

    barragan82 

     

    I would suggest leveraging 'Card (new)' for this display.

    Create a simple Measure like 

    Text= "Overall student achievement reached or approached the level of developing for " & SELECTEDVALUE(Objectives[OBJECTIVE])
    Adjust your text size under Callout values and tweak the card formatting to make it look like Text box or even better.