Thanks, please keep me updated on this, the potential is big,
Hi @jan.appelgryn ,
Feel free to recommend any other feature you think we should include. We are shaping it according to your recommendations. Thank you😊
Yes it seems that not all elements are showing. I have made another example with a diferente building (smaller one) this time from Revit 2020 and I have the same results.(missing elements)
Also I would like to say that Querys take a really long time. Every time I make a change it would take aproximately 2.5 minutes to refresh an this is a small building (1634 elements)
In spite of that I really like what you have done. This Will be a very nice tool in the future.
Thanks a lot Speckle
very nice!
However the model seems loading very slowly, and after 5 minutes it is still loading. How can it load faster? It is not a big model.
Hey @newshunhk ,
We are aware of this and hopefully we’ll make it faster in the next release. It’s a limitation on PowerBI side and we are looking for ways to get around this.
Hi guys, I just wanted to share a dashboard design that I created from Speckle PowerBI Visual. So far it seems very good. But it takes too much time to load elements. Overall it is working and thanks a million for this visual. Great work.
Amazing dashboard!!!
Is the Revit model you used free? Can it be downloaded from somewhere? Thanks!!!
Hi there, thanks @riverlander. The file I used is from Autodesk. They used it in their training.
Here is the website Learning Courses | Autodesk
But I don’t it is free or not for commercial usage.
Thanks so much for sharing @salpbes , we often struggle to see how Speckle is used in the wild
We’ll definitely take your feedback into consideration when working on more stable versions of the connector
Thank you, guys. I am more than happy to help. Eagerly waiting for the new versions. I think with Power BI integrations there are endless possibilities for Speckle. Great work so far. If you need anything please let me know.
Hi guys any news on speckle Power BI?
Thanks in advance.
Hi all!
Just bumping this thread to let you know we’ve released a new version of the PowerBI visual that comes with some nice improvements and fixes:
Most of these have been added based on your feedback, so thank you very much for taking the time to test and come back to us
We hope you find these new features useful. Keep in mind that we’re still experimenting on how the visual and the data connector should interact and work, so do keep those requests and ideas coming to help us shape an awesome user experience
And here’s a sneak peek of what’s already coming on the next release
- New ColorBy input used exclusively for applying color filters (Object data is now named Tooltip Data and is used for tooltips )
- New custom tooltips, where even the prop name is customisable. This also allows to apply data to the tooltip that is not stored in Speckle
Connecting any of the 2 (ObjectData or ColorBy inputs) will result in highlighting being active.
How do I select the branch I like it to take the model from?
Its randomly taking model from branches that I don’t intend to use
Alright, you can’t have spaces in your Branch name, just like python, use underscore.
Make sure you copy the URL from Chrome, as spaces are not “url safe” characters, they get swapped for %20
instead. If you just manually write the branch name in your url, this will work in chrome (as it n knows how to escape URLs) but won’t work in PowerBI (URL parsing logic is super basic in PowerQuery).
Notice the change in the space character done automatically by your browser:
So just to clarify, branches with spaces in the name are supported, but you need to have them properly encoded.