March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
I downloaded the github repo and was able to run the Playground app successfully. Next, I installed the extension to create a template for a new visualization. In the newVisual.ts file, it says to uncomment code so that you can see the newVisual in your dropdown list in the Playground. I have done so, then rebuilt the solution, and still do not see it in my list. Any suggestions on what I am doing wrong? Seems pretty straightforward but maybe I am missing something. It would really be helpful if the PowerBI team could offer some documentation that addresses how all these different files work together. After spending 3 days on this, I am still not clear how the PowerBIVisualsPlayground is calling all the other projects.
/* Creating IVisualPlugin that is used to represent IVisual. */
//
// Uncomment it to see your plugin in "PowerBIVisualsPlayground" plugins list
//
module powerbi.visuals.plugins {
export var newVisual: IVisualPlugin = {
name: 'newVisual',
capabilities: samples.newVisual.capabilities,
create: () => new samples.newVisual()
};
}
So I was able to get it to work. The instructions on github (found here: https://github.com/Microsoft/PowerBI-visuals/wiki/Hello-IVisual) are kind of lacking.
Here is what I ultimately needed to do to get it to work:
Follow the "Steps" provided by user getsetbro....
https://github.com/Microsoft/PowerBI-visuals/issues/270
For some reason, it doesnt properly build in VS2015 but it does build properly when using gulp.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
8 | |
3 | |
2 | |
1 | |
1 |
User | Count |
---|---|
6 | |
3 | |
2 | |
2 | |
2 |