List projects and model versions in PowerBi Connector ?

Hi,

I have recently joined speckle and I now have the powerbi connector.

I can bring models into powerbi.

I want to automatically take the latest and penultimate model for comparison, as new versions are dropped into the project,

how can I do this ?

is there a way in powerbi to list out all project and their models associated with them?

Thanks

Great question.

A combination of our data connector and the powerful GraphQL language we support to make direct data queries on the server will allow what you describe and other version control-type operations.

Our lovely @AlanRynne demonstrated this last year at SpeckleCon23 and wrote it up here: PowerQuery(QL) for AEC Data Analysis

Let us know if you have difficulty making this fit what you are looking for.

Hey @Jeremy,

I’m having a hard time understanding what you are trying to achieve.

If you want to load the latest VERSION that has been pushed to a specific MODEL, simply pasting the model’s URL will do that. It will automatically fetch the latest version associated with the model.

If you’re looking to load the latest MODEL that has been pushed to a PROJECT, then @jonathon’s response is the probably the way to go as it’s not something available out of the box.

Let us know if this answers your question. We’re here to help.