Forum Discussion

AFDCO's avatar
AFDCO
Frequent Visitor
3 years ago
Solved

Label Break lines

Is there any way to make a kpi label to split into two lines? maybe a unicode breakline or something similar?
  • Ritaf1983's avatar
    3 years ago

    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

    Link to the sample file 

    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickl