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
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
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 7 | |
| 4 | |
| 4 | |
| 3 |