Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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,
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 63 | |
| 32 | |
| 31 | |
| 23 |