Mike
Mike

Reputation: 1

PowerBI custom visualisation development

I'm looking to creating custom visualisation for PowerBI and so far tried a few repos available online. Unfortunately majority of them don't work as intendant or don't work at all. One of the reasons that I could find is the outdate version of Pbiviz API, but even after updating the version (which looks a little dodgy btw) sample apps didn't work.

I'm just interested if anyone know a working example of such app or have any experience in development of PowerBI custom visual plugin. Any recommendations are highly appreciated.

Thanks,

Upvotes: 0

Views: 442

Answers (1)

RBreuer
RBreuer

Reputation: 1391

Below you can find the guide to the new(er) API and dev environment of developing Power BI custom visuals. https://learn.microsoft.com/en-us/power-bi/power-bi-custom-visuals

You can use this tutorial to develop your first viz: https://learn.microsoft.com/en-us/power-bi/service-custom-visuals-getting-started-with-developer-tools

and later to reuse available repos in the gallery or write your own.

Upvotes: 1

Related Questions