Forum Discussion
barragan82
Helper II
11 months agoWrap 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...
- 11 months ago
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.
v-hashadapu
Community Support
11 months agoHi barragan82 , hope you are doing great. May we know if your issue is solved or if you are still experiencing difficulties. Please share the details as it will help the community, especially others with similar issues.
barragan82
Helper II
11 months agoYes, the issue was resolved. Thank you!