Power BI: put a new text line and special characters in measure
To put a new line, it is quite easy, just put this:
&UNICHAR(10)&
And make sure that the “word wrap” option is on:
So for instance, I will create a measure by clicking on “home -> new measure” and I put a phrase. To see the result, I will create a “card” in the visualization and in the “fields”, I put the “measure”.
As you can see, it shows in 1 line because the “word wrap” option off.
Now if I turn on the option, I have 2 lines:
To put a special character, I will use an unicode, the same one as excel. For that, I will use this webpage Huge List of Unicode Symbols that references most of them.
UNICHAR(unicode number)
For instance to put an up arrow, I will look in the webpage the unicode number for the top arrow so my formula will be:
Interesting Topics
-
Be successfully certified ITIL 4 Managing Professional
Study, study and study, I couldn’t be successfully certified without studying it, if you are interested...
-
Be successfully certified ITIL 4 Strategic Leader
With my ITIL 4 Managing Professional certification (ITIL MP) in the pocket, it was time to go for the...
-
Hide visual and change background color based on selection
Some small tricks to customize the background colour of a text box...
-
Stacked and clustered column chart or double stacked column chart
In excel, I use a lot the combination of clustered and stacked chart...