Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello,
When creating a custom connector, we have the option of providing icons. When icons are configured, the docs state that the icon configuration record should contain both fields "Icon16" and "Icon32", each of which should be set to a list of icons.
HelloWorld.Icons = [
Icon16 = { Extension.Contents("HelloWorld16.png"), Extension.Contents("HelloWorld20.png"), Extension.Contents("HelloWorld24.png"), Extension.Contents("HelloWorld32.png") },
Icon32 = { Extension.Contents("HelloWorld32.png"), Extension.Contents("HelloWorld40.png"), Extension.Contents("HelloWorld48.png"), Extension.Contents("HelloWorld64.png") }
];
Two questions on this:
Thank you!
Hi @Ben-Dev
There is not much resource or documentation about icons. From the following thread, it seems the number of icons can be one. https://community.powerbi.com/t5/Developer/Custom-Data-Connector-Icons/m-p/829327
Best Regards,
Community Support Team _ Jing
Thanks, @v-jingzhang!
Any chance you could get someone from the custom connectors team to fill us in on the details here?