Forum Discussion
barragan82
11 months agoHelper II
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...
- 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
11 months agoCommunity Support
Hi 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
11 months agoHelper II
Yes, the issue was resolved. Thank you!