Forum Discussion
Apple08
4 years agoHelper IV
Dynamic title
Hi all I would like to have a dynamic title for a table, the title includes the dates and a code when users select from slicer. I got the formula below to add in the week ending Friday date and ...
- 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.
Apple08
4 years agoHelper IV
Sorry, the formula doesn't work is:
Title = "Report - "& SELECTEDVALUE(Dates[Week Ending Friday]) & UNICHAR(10) & "update at "& Selectedvalue('Code'[report_code])
I have typo missing the ' from the Code above.