Add PowerBI on my own app

Hi All, :grinning_face:

My name is Mathilde and I am developing an app where I can view a Speckle viewer and PowerBI.

I started by coding my viewer using example ( Creating Your Own App | Speckle Docs). It is coded in JavaScript and Vue.js. In my app, I can visualize the models I select, and when I click on an element in the viewer, a table displays its information.

Now, I want to display a PowerBI next to my viewer. I saw that to integrate PowerBI, you need to use ASP.net. However, I am not sure if it is possible to start from my current application or if I need to create a new application directly with ASP.net.

Does anyone have code for integrating PowerBI or any ideas?

Please :grin:

Hi @Mathilde

Wouldn’t it be easier to just embed a PowerBI report in your app’s page? I’m probably not the best person to respond, but that’s what I would try

Cheers

Hey @Mathilde,

When you say “display a Power BI next to my viewer” you mean that you want to display charts, graphs and other analytics? Because PowerBI itself is a separate app, as @alex suggested probably you can integrate a report in your page.

What you can do is to use a library like D3.js and create your custom graphs and charts that can interact with the Speckle Viewer.