Hi All,
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