This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
I've written DAX measures to use in the titles of card visuals as conditional text that looks like this;
Store Count Title =
Var New_Line = UNICHAR(10)
Return
"Store Count: "&New_Line& FORMAT( [Store Count], "#,##0")
However, what I find is, either the code is ignored or the desired result is handled inconsistently by the visual. Referring to the screenshot below, what I expect to see is in card 1. However, Card 2, which has isn't displaying the value on the new line, while card 3 has word wrap turned off, displays the value correctly but, the title background is not extended to the second line.
Ideally, I want the cards to present consistently with a heading at the top and the value below with the background extended to both lines... any suggestions?
@amitchandak Thanks for that. The article is helpful but, does not fix the problem. The issue is if I want the title to wrap where the Unichar(10) code is, I can do so, by turning word wrap off but, the title background does not extend to the next row. I tend to think it may be a bug in conditional formating.
Hi @SteveD2 ,
Thank you to point it, We have the same result as yours, this issue will be reported and we will notice you if we have any new information.
Best regards,
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 32 | |
| 27 | |
| 23 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 50 | |
| 30 | |
| 25 | |
| 24 |