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 would like to put a very long string value into a special text property in my formatting pane.
This property is defined as an object in capabilities.json
It displays in the UI with a red outline. Is there a limit to the size of a text input? How do you recommend handling long text inputs?
export interface ValueTypeDescriptor { text?: boolean; numeric?: boolean; integer?: boolean; bool?: boolean; }
Solved! Go to Solution.
Hi,
Regarding the following topic, UI limit is 250 characters, but programmatically you can store unlimited amount of data.
https://community.powerbi.com/t5/Developer/Maximum-text-length-for-a-custom-visual-property/m-p/4160...
Kind Regards,
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
pbicvsupport@microsoft.com
Hi,
Regarding the following topic, UI limit is 250 characters, but programmatically you can store unlimited amount of data.
https://community.powerbi.com/t5/Developer/Maximum-text-length-for-a-custom-visual-property/m-p/4160...
Kind Regards,
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
pbicvsupport@microsoft.com
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 |