Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
bergen288
Helper IV
Helper IV

Title split by UNICHAR(10) doesn't work as expected

I have the following DAX measure as the title of my line chart visaul.  UNICHAR(10) is used to split title. However, it is splitted after "Dashed" instead.  What's the problem and how to address it?

 

Thanks.

 

Number of Payments by Hour Title =
    VAR __Today = FORMAT(MAX(PBI_XZ_Fraud_Alerts_Today_Check[to_day]), "Long Date")
    RETURN
    "Number of Payments by Hour on " & __Today & UNICHAR(10) & "Dashed Thin Line is Unassigned Payment"
bergen288_0-1673633537274.png

 

2 ACCEPTED SOLUTIONS
OwenAuger
Super User
Super User

Hi @bergen288 

This worked for me with a similar title measure:

Turn off "Text wrap" under Format pane > General > Title.

 

Then the title should display the "line feed" UNICHAR(10) characters correctly.

 

Regards,

Owen


Owen Auger
Did I answer your question? Mark my post as a solution!
Blog
LinkedIn

View solution in original post

Anonymous
Not applicable

Hi @bergen288 

You need to close the "Text wrap" in Title

vxinruzhumsft_1-1673850863942.png

because if it is open, the title will be affected by the size of your visual, when you closed it, the measure you created can work:

vxinruzhumsft_2-1673850889472.png

 

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

3 REPLIES 3
bergen288
Helper IV
Helper IV

I accepted both of your answers as solutions.

Thanks.

Anonymous
Not applicable

Hi @bergen288 

You need to close the "Text wrap" in Title

vxinruzhumsft_1-1673850863942.png

because if it is open, the title will be affected by the size of your visual, when you closed it, the measure you created can work:

vxinruzhumsft_2-1673850889472.png

 

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 
OwenAuger
Super User
Super User

Hi @bergen288 

This worked for me with a similar title measure:

Turn off "Text wrap" under Format pane > General > Title.

 

Then the title should display the "line feed" UNICHAR(10) characters correctly.

 

Regards,

Owen


Owen Auger
Did I answer your question? Mark my post as a solution!
Blog
LinkedIn

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.