Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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,
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 37 | |
| 28 | |
| 27 |