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

Shape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.

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
November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.