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!Get Fabric certified for FREE! Don't miss your chance! Learn more
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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |