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
Anonymous
Not applicable

see my plugin in "PowerBIVisualsPlayground" plugins list

Hi

How Can i see my plugin in "PowerBIVisualsPlayground" plugins list !

 

i have created a IVisua named icalender and as the already build it methods says ---

 

/* Creating IVisualPlugin that is used to represent IVisual. */
// Uncomment it to see your plugin in "PowerBIVisualsPlayground" plugins list
// Remember to finally move it to plugins.ts
//
module powerbi.visuals.plugins {
export var icalender: ivisualplugin = {
name: 'icalender',
capabilities: icalender.capabilities,
create: () => new icalender()
};
}

 

i have uncommented it but still i can not see my plugin name in the PowerBIVisualsPlayground" plugins list.

 

I have also tried to move my code to plugins.ts but still no result !!

 

 

export let icalender: IVisualPlugin = {
name: 'iCalender',
watermarkKey: 'iCalender',
capabilities: iCalender.capabilities,
create: () => new iCalender()
};

 

 

 

Do ayone knows what i am doing wrong !

 

Any kind of advice or help will be really appreciable ! Thanks 

0 REPLIES 0

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.