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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
satishr
Helper III
Helper III

Cannot generate custom visual until all format options are set

I'm new to coding Power BI custom visuals. I have created a simple visual following the documentation available (which is very limited). I'm testing the visual on Power BI service and it looks fine. The only problem is I have to set or change all the options in the Format pane for the visual to show up. I'm setting default values for the options ad they show the same when I open the Format pane. But still, I have to change them all for the visual to work. I'm I missing anything? Please help!!

2 ACCEPTED SOLUTIONS

@v-viig I found the solution for the initial problem. I used if (options.dataViews[0].metadata.objects) check and it works fine now. I have a new issue. There is a "Revert to default" button in the format options. How to get make it work? 
Note: I'm not using settings.ts. I'm initializing all the format options values in the constructor in visual.ts and assigning them in the enumerateObjectInstances function.

View solution in original post

v-viig
Community Champion
Community Champion

@satishr You can find the solution at this topic.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

View solution in original post

5 REPLIES 5
v-chuncz-msft
Community Support
Community Support

@satishr,

 

Create a new visual project with the latest API version, and then check "src/settings.ts" in it.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks for the reply v-chuncz. Just setting the values for each format options in settings.ts doesn't work. These values should be loaded to the visual in visual.ts and I'm not able to do it.

v-viig
Community Champion
Community Champion

@satishr Could you please describe the issue a bit deeper?

Are you changing the color but it returns to the default? Is that correct?

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

@v-viig I found the solution for the initial problem. I used if (options.dataViews[0].metadata.objects) check and it works fine now. I have a new issue. There is a "Revert to default" button in the format options. How to get make it work? 
Note: I'm not using settings.ts. I'm initializing all the format options values in the constructor in visual.ts and assigning them in the enumerateObjectInstances function.

v-viig
Community Champion
Community Champion

@satishr You can find the solution at this topic.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.