Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi Everyone,
I have a number of KPI visuals where I want the title to include a line break so that when I wrap text, the subtitle is on another line.
I have a number of these KPI boxes showing the same stat but they are filtered by region. I want the title to display Region and then the definition of the stat on a separate line.
As an example:
England
Month to date sales daily run rate
But I can't seem to add a line break after the region, so I end up with:
England Month to date
sales daily run rate
Which looks horrible and looks worse because each region is a different length of characters. Is there a way to add the line breaks? I tried adding a load of spaces but that didn't work.
Thanks in Advance,
Solved! Go to Solution.
Hi @PowerBIWhat ,
You can try to create a measure to store the title with a line break, apply it for title conditional format and disable 'Word wrap' option:
Title = "England
Month to date sales daily run rate"
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I was able to find a Unicode character that isn't filtered out in the visual title text box.
If you add a space after your title then add as many (ㅤ) characters as necessary to push the title box to the next line.
The character is called a Hangul Filler (U+3164).
fyi, once u publish it to the web all or these Hangul Fillers will vanish. Amazing work microsoft
What a find! Make sure to test across browsers. Power BI Service does not guarantee pixel perfect rendering.
Don't forget to take WordWrap OFF for whatever your using.
Hi @PowerBIWhat ,
You can try to create a measure to store the title with a line break, apply it for title conditional format and disable 'Word wrap' option:
Title = "England
Month to date sales daily run rate"
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Is there a way to add line breaks in a string of text in Microsoft's DAX language? - Stack Overflow
The best answer I found was to use UNICHAR(10) in a custom column/measure.
The Hangul Filler seems superior still.
If this is important to you please consider voting for an existing idea or raising a new one at https://ideas.fabric.microsoft.com
Problem with this solution for me is it does not expand the title area and thus title text goes over plot.
Great. Is there a way to make region dynamic? Adding the field to the measure
I played a bit with UNICHAR() but none of the usual suspects seem to work. Feels like the Power BI team does some severe filtering on the strings that are sent to the title renderer. Might be worth to raise this as an idea.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 74 | |
| 70 | |
| 39 | |
| 35 | |
| 23 |