Forum Discussion
Dynamic title
- 4 years ago
UNICHAR(10) is a line break
https://powerbidocs.com/2020/11/17/how-to-add-line-breaks-in-a-string-of-text-in-dax-measure/
What is the issue with the code? A combination of numbers and characters should be stored as text and concatenate just fine.
UNICHAR(10) is a line break
https://powerbidocs.com/2020/11/17/how-to-add-line-breaks-in-a-string-of-text-in-dax-measure/
What is the issue with the code? A combination of numbers and characters should be stored as text and concatenate just fine.
Thank you, then I don't require a line break at the end of the formula. However, even I have removed the last bit, the code doesn't show.
Title = "Report - "& SELECTEDVALUE(Dates[Week Ending Friday]) & UNICHAR(10) & "update at "& Selectedvalue('Code[report_code])
The title shows as Report - 15 October 2021
update at
The code supposes to be appeared after the text 'update at 2122AB'
2122AB is a text.