Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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
Check out the April 2026 Power BI update to learn about new features.
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.
| User | Count |
|---|---|
| 42 | |
| 37 | |
| 35 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 67 | |
| 58 | |
| 29 | |
| 27 | |
| 25 |