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
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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.