Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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.
User | Count |
---|---|
3 | |
2 | |
1 | |
1 | |
1 |