Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hello Power BI Community,
I finished my first custom json-file theme and it works pretty well apart from two specific cardNames.
"labels" in "tableEx" doesn't to have any effect on the tables, same goes for "labels" in "multiRowCard".
I already played around with the other cardNames in these visuals, they work as intended.
What i want to achieve:
Multi-row Card labels are black, font size 14, show no decimal digits and are fully displayed
Table background for values is always white, the font is always black, no outlines and font size 8.
below the code and what i get: RowCard labels are size 10, show multiple digits
table background different colors.
How to fix this? (if need be, i can supply the whole code, but i leave it out for now as it seems to be working as intended apart from these specific two)
Regards,
"labels":
[{
"color": "#000000",
"fontSize": 14,
"labelPrecision": 0,
"labelDisplayUnits": "None"
}]"values":[{
"outline": "None",
"backColorPrimary": "#ffffff",
"backColorSecondary": "#ffffff",
"fontColorPrimary": "#000000",
"fontColorSecondary": "#000000",
"fontSize": 8
}],Solved! Go to Solution.
Hi @Raffael,
Based on my research, I am afraid you could just chang some formeting of the card visual with JSON file, you could refer to this link:
Regards,
Daniel He
Hi @Raffael,
Based on my research, I am afraid you could just chang some formeting of the card visual with JSON file, you could refer to this link:
Regards,
Daniel He
Hello Daniel,
i used exactly those videos and the pwoerbi-file to create my json file. So it seems that the JSON themes are not fully bugfree implemented yet (or maybe the file is just wrong regarding the property names, who knows...)
Regards,
Check out the April 2026 Power BI update to learn about new features.
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.
| User | Count |
|---|---|
| 43 | |
| 35 | |
| 33 | |
| 21 | |
| 15 |
| User | Count |
|---|---|
| 64 | |
| 59 | |
| 31 | |
| 27 | |
| 25 |