Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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)
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
3 | |
2 | |
2 | |
1 | |
1 |