Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Is there any way to make a kpi label to split into two lines? maybe a unicode breakline or something similar?
Solved! Go to Solution.
Hi @AFDCO
Unfortunately, all string manipulation, including unichar, only works on values, not labels or titles.
I know of only one way to achieve your goal: combine two cards.
First, regular with your measure is:
Second, your label.
Create a measure for the label like:
Test label = "Hello "& unichar(10)&"World"
(Unichar is for the break row)
Put it on another card and switch off the label.
Combine 2 cards and group them
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickl
Hi @AFDCO
Unfortunately, all string manipulation, including unichar, only works on values, not labels or titles.
I know of only one way to achieve your goal: combine two cards.
First, regular with your measure is:
Second, your label.
Create a measure for the label like:
Test label = "Hello "& unichar(10)&"World"
(Unichar is for the break row)
Put it on another card and switch off the label.
Combine 2 cards and group them
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickl
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 30 | |
| 28 | |
| 23 | |
| 21 | |
| 19 |
| User | Count |
|---|---|
| 43 | |
| 31 | |
| 17 | |
| 17 | |
| 15 |