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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
bergen288
Helper IV
Helper IV

The 2nd line of split title doesn't show up

I have the following measure as the dynamic title for my table visual.  It has UNICHAR(10) to split long title to 2 lines.  Somehow, the 2nd line doesn't show up as shown in screenshot below.  I can see the contents of 2nd line when hovering over title.  The text wrap of the title is turned off.  What's wrong with it?

 

Title of Unassigned Sponsor Payments =
    VAR __SponsorID = IF(
                        ISFILTERED('PBI_XZ_Fraud_Alerts'[Sponsor ID]),
                        "Sponsor ID is " & SELECTEDVALUE('PBI_XZ_Fraud_Alerts'[Sponsor ID])
    )
    RETURN
    "Unassigned,  Undetermined, Follow-Up Payments with Risk Assist and Blank Action " & UNICHAR(10) & __SponsorID & " in Last 91 Days up to Yesterday"
 
bergen288_0-1676578404075.png

 

1 REPLY 1
bergen288
Helper IV
Helper IV

I figured out the root cause.  As shown below, when "style presets" is set to "None", the split 2nd line will show up, but it messes up with column headers.  The problem is that the table visual doesn't have enough space to allow multiple lines of the title.  I hope Power BI will fix it in the new version.

 

bergen288_0-1676645614460.png

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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