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
Hi all - can anyone point me to any documentation or example of using the "scripting" value type within the format properties of a custom visual? I'm having difficulty in finding anything that will tell me what it's for or how to use it.
In the capabilities schema, it's defined as
"scripting": {
"type": "object",
"description": "A text value that will be displayed to the user as a script",
"properties": {
"source": {
"type": "boolean",
"description": "A source code"
}
}
}
I've been able to define a property successfully in my visual (it compiles), ie
"scriptTest": {
"displayName": "Script Test",
"properties": {
"something": {
"type": {
"scripting": {
"source": true
}
}
}
}
}but I don't know how to use it in the enumerateObjectInstances method. Any help greatly appreciated
It may be related to R Powered Custom Visual.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 10 | |
| 10 | |
| 4 | |
| 3 | |
| 3 |