Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello,
To do my cuom visuals, I enter some object properties in capabilities.json in this way:
"objects": {
"ggsettings": {
"displayName": "Chart Settings",
"description": "Chart settings",
"properties": {
"Smoothing": {
"displayName": "Smoothing",
"description": "Add smoothing",
"type": {
"bool": true
}
},
I have seen some examples with a displayNameKey field:
"objects": {
"ggsettings": {
"displayName": "Chart Settings",
"description": "Chart settings",
"properties": {
"Smoothing": {
"displayName": "Smoothing",
"displayNameKey": "XXXXXXXXXXX"
"description": "Add smoothing",
"type": {
"bool": true
}
},
What is the role of this field?
displayNameKey (as well as descriptionKey and placeholderTextKey) is used to define a lookup value for localisation within visuals.
Note that if building this in, you need to package your visual to test that lookups work correctly, as stringResources/localisation keys are not supplied to the developer visual when debugging.
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 7 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |