I’m trying to access (mostly tabulated) data from Grasshopper in Power Bi, preferable as live an automated as possible (transfer to Excel and then to Power Bi requires to many manual steps). I’ve seen how, at least with Speckle v1 how it was possible to access the source code from the Speckle URL. That would be sufficient I geuss in order to import data “from web” in Power Bi. However I’m uncertain as to how this would most easily be done using Speckle v2. Are there any tools that come in handy for this use case? I would like to avoid setting up a SQL-server.
I don’t have the experience to see exactly how to translate the code into accessing data from Speckle - so it would be really helpful for me to see a working example.
Thanks for link, as I understand it you suggest using the code from PetrSvihli in GraphQL Explorer? But the code should also be suitable to use for a query written directly in Power Bi right?
Hi @lassebk, I don’t have any experience with power bi, but I’ve been thinking about what you posted here, especially v1 vs v2 problems.
V1 was more accessible from this point of view, especially since in V2, to query the api via graphql you’ll need a POST request. I suspect these are more difficult to embed (if possible at all) than simple GET requests from V1 days.
I think you’ll need to wait on us figuring these things out and posting a PowerBI tutorial - it’s a pending TODO tutorial in our content database. Do keep pestering us if we don’t produce this soon