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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
admhemed
Frequent Visitor

Read formatting options from Visualizations pane

I need to read title that the user will input in the Visualization pane,

I don't find this in options in update method.

please help, thanks

5 REPLIES 5
v-viig
Community Champion
Community Champion

We'd recommend to follow this guide to implement required functionality.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

The document does not describe that. It describes how to create new properties in the options pane. But nothing about the predefined ones such as title and background.

v-viig
Community Champion
Community Champion

Predefined properties such as Title and Background are no available in the code of a custom visual.

We'd recommend to create your properties instead.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Do you also know whether its possible to hide predefined properties? 

 

For example i can influence the Title by using "suppressDefaultTitle": false in my capabilities.json

 

But how about hiding those? So when i create my own Title property I want to avoid that Title exists twice

v-viig
Community Champion
Community Champion

Other properties can not be hidden as this is not supported by API.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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