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 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss 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.
Check out the July 2026 Power BI update to learn about new features.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 30 | |
| 25 | |
| 25 | |
| 24 | |
| 16 |
| User | Count |
|---|---|
| 54 | |
| 37 | |
| 27 | |
| 24 | |
| 20 |