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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
I am making a custom visual. I will need to have a input text box in the properties like the one you see in the Title, see screenshot.
The following apparently won't work when I put this into capabilities.json
"inputText": {
"displayName": "Text To Show",
"type": { "string": true }
},Could someone help Please?
Solved! Go to Solution.
Please use text instead of string.
"inputText": {
"displayName": "Text To Show",
"type": {
"text": true
}
}
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Please use text instead of string.
"inputText": {
"displayName": "Text To Show",
"type": {
"text": true
}
}
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |