Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
pankajkatariya
Frequent Visitor

Custom visual text input box

I want to add custom sub title for my visual. For that I want text box in property pane through which user can give input.

 

I have added following code inside "objects" key in capabilities.json, but it don't reflect in Format pane.

Your kind help will be appreciated.

 

 
"customTitle":{
      "displayName": "Custom Title",
      "displayNameKey": "Visual_CustomTitle",
      "properties": {
        "inputText": {
          "displayName": "Text To Show",
          "type": {
              "text": true
          }
        } 
      }
}
 
1 ACCEPTED SOLUTION
v-viig
Community Champion
Community Champion

You should enumerate it in enumerateObjectInstances method of your custom visual.

 

To find out more please visit documentation: https://microsoft.github.io/PowerBI-visuals/docs/step-by-step-lab/adding-formatting-options/

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

View solution in original post

1 REPLY 1
v-viig
Community Champion
Community Champion

You should enumerate it in enumerateObjectInstances method of your custom visual.

 

To find out more please visit documentation: https://microsoft.github.io/PowerBI-visuals/docs/step-by-step-lab/adding-formatting-options/

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.