Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 |