Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |