Skip to content
  • Categories
Collapse
Solibri Society Forum
  1. Home
  2. General Discussion
  3. Displaying model in PowerBi

Displaying model in PowerBi

Scheduled Pinned Locked Moved General Discussion
31 Posts 11 Posters 10.9k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • JSNJ Offline
    JSNJ Offline
    JSN
    replied to lasse.lindqvist on last edited by
    #13

    @lasse-lindqvist said in Displaying model in PowerBi:

    An upcoming Solibri version makes this directly possible without exporting any data to outside files or databases

    Makes what possible?

    L 1 Reply Last reply
    0
    • L Offline
      L Offline
      lasse.lindqvist
      replied to JSN on last edited by
      #14

      @jsn said in Displaying model in PowerBi:

      @lasse-lindqvist said in Displaying model in PowerBi:

      An upcoming Solibri version makes this directly possible without exporting any data to outside files or databases

      Makes what possible?

      It allows you to load a Solibri project file to PowerBI and visualize data such as classification results, ITO calculations and checking results.
      The 3D data is available as well, but there also seems to be some PowerBI visualizer that work with IFC sources based on the links.Not sure how well they work in reality.

      1 Reply Last reply
      0
      • Lauri LuomaL Offline
        Lauri LuomaL Offline
        Lauri Luoma Solibrians
        wrote on last edited by
        #15

        @Jack-Allason @chris @Nuno @agroni @Alexander-Joslyn @JSN

        Here is a simple example of saving a model to a new file format (.solibri) with the new Solibri version (currently in alpha) and visualizing the classifications of the model in PowerBI:

        classification powerBI.gif

        As @lasse-lindqvist mentioned it is also possible to access other data in the models.

        J N 2 Replies Last reply
        6
        • agroniA Offline
          agroniA Offline
          agroni
          wrote on last edited by
          #16

          @Lauri-Luoma
          that looks very promising.
          I assume that this .solibri database is readable in PowerBI and other queries could be generated.
          Respectively, is the type of information in the .solibri file adaptable, meaning that we can decide what to export?

          AllesWirdGut Architecture
          www.awg.at

          JSNJ 1 Reply Last reply
          0
          • chrisC Offline
            chrisC Offline
            chris
            wrote on last edited by
            #17

            @Lauri-Luoma Great News! To have a Solibri 3D Viewer Visual directly in the PowerBI would be really great… 😊

            1 Reply Last reply
            0
            • JSNJ Offline
              JSNJ Offline
              JSN
              replied to agroni on last edited by
              #18

              @agroni said in Displaying model in PowerBi:

              I assume that this .solibri database is readable in PowerBI and other queries could be generated.
              Respectively, is the type of information in the .solibri file adaptable, meaning that we can decide what to export?

              Will it blend, that is the question!

              Would be indeed good to know if there are custom visuals involved - as I assume there will most likely be one for the mentioned 3D view - and can the data be accessed as tables e.g. to create relationships and use it with other visuals? Anyhow, good to see that progress is made in that direction as well!

              1 Reply Last reply
              1
              • J Offline
                J Offline
                Jack.Allason
                replied to Lauri Luoma on last edited by
                #19

                @lauri-luoma this looks interesting. How do I open the info in PowerBi? Is it still having to be exported into an excel, or is it straight from a solibri file?

                L 1 Reply Last reply
                0
                • L Offline
                  L Offline
                  lasse.lindqvist
                  replied to Jack.Allason on last edited by
                  #20

                  @jack-allason said in Displaying model in PowerBi:

                  @lauri-luoma this looks interesting. How do I open the info in PowerBi? Is it still having to be exported into an excel, or is it straight from a solibri file?

                  PowerBI can read the Solibri file directly, without any need to export to Excel or other formats. You will need to import the Solibri file as an SQLite 3 database file as an ODBC datasource. More instructions on that can be found for example in https://www.biinsight.com/visualise-sqlite-data-in-power-bi/ but we will also provide more detailed instructions on how to work with Solibri files later.

                  1 Reply Last reply
                  3
                  • N Offline
                    N Offline
                    Nuno
                    wrote on last edited by
                    #21

                    Hi @lasse-lindqvist

                    It would be nice to see an example for this connection.

                    I tried to follw the instructions in the site you refer. As path to the database I gave a solibri file. However I don’t get access to any table:

                    1476de56-8407-4425-bf85-6e099b78609b-image.png

                    I wounder about what I have missed, or if it is just possible with the export with Solibri API, or if it is possible with files save in the current version, or in the coming version Solibri 10…

                    I’m looking forward to use this funcionality of Solibri. 🙂

                    Regards

                    Nuno

                    1 Reply Last reply
                    0
                    • L Offline
                      L Offline
                      lasse.lindqvist
                      wrote on last edited by
                      #22

                      Hi. It is only available in the upcoming unreleased version that is currently only available for alpha testers. Sadly I don’t have instructions on setting up the connection, as it does require installing some things for PowerBI and is not available out-of-the-box, but I hope we can have those out in the near future.

                      M 1 Reply Last reply
                      2
                      • N Offline
                        N Offline
                        Nuno
                        replied to Lauri Luoma on last edited by
                        #23

                        @Lauri-Luoma Hi!

                        I find this functionality very usefull 🙂

                        Do you have a map with the relations between the tables or some tips about it that you can share?

                        Regards

                        Nuno

                        L 1 Reply Last reply
                        0
                        • L Offline
                          L Offline
                          lasse.lindqvist
                          replied to Nuno on last edited by
                          #24

                          @Nuno said in Displaying model in PowerBi:

                          @Lauri-Luoma Hi!

                          I find this functionality very usefull 🙂

                          Do you have a map with the relations between the tables or some tips about it that you can share?

                          Regards

                          Nuno

                          Basic tables:
                          COMPONENT holds basic info about components
                          SLIDE, PRESENTATION, PRESENTATION_SLIDE about presentations and slides
                          VIEWPOINT, VISUALIZATION, SNAPSHOT the picture related stuff about slides.
                          COMPONENT_SOMESUBCLASS contains some subclass data about certain components. Connects to COMPONENT via ID field.
                          RELATIONS_XYZ contains the IFC-relations for components
                          STRING table contains deduplicated texts. Many tables reference this via the ROWID column. For example COMPONENT_SITE has NUMBER_STRINGS_ROWID column.
                          COMPONENT-COMPONENT_PROPERTYSET-PROPERTYSET-PROPERTYSET_PROPERTY-PROPERTY can be joined to find all properties from IFC propertysets.

                          “DB Browser for SQLite” is useful GUI application for browsing what is in the file.

                          1 Reply Last reply
                          1
                          • N Offline
                            N Offline
                            Nuno
                            wrote on last edited by Nuno
                            #25

                            Thanks Lasse!

                            Do you also know the sequence of tables for ITOs and Classifications?

                            Regards

                            Nuno

                            L 1 Reply Last reply
                            0
                            • L Offline
                              L Offline
                              lasse.lindqvist
                              replied to Nuno on last edited by
                              #26

                              @Nuno said in Displaying model in PowerBi:

                              Thanks Lasse!

                              Do you also know the sequence of tables for ITOs and Classifications?

                              Regards

                              Nuno

                              CLASSIFICATION
                              ITO
                              These contain XML in them.

                              CLASSIFICATION_RESULT
                              This has a column pointing to INTEGERLIST table and the list of integerers is the ID-fields of the components in question.
                              ITO_RESULT-ITOROW-ITOCELL
                              ITOROW represents one row in the ITO results table and ITOCELL one cell (think of Excel cells). ITOCELL might reference other tables, such as MATERIAL table in case the cell represents a color/material.

                              1 Reply Last reply
                              1
                              • N Offline
                                N Offline
                                Nuno
                                wrote on last edited by
                                #27

                                @lasse-lindqvist said in Displaying model in PowerBi:

                                as a column pointing to INTEGERLIST table and the list of integerers is the ID-fields of the components in questio

                                Hi Lasse,

                                Can you be more precise, please.

                                CLASSIFICATION_RESULT as a field COMPONENT_SET_SET_ID. Is this one that connects to INTEGERLIST (I supouse to LISTID field)? Then I would supouse the VALUE field from INTEGERLIST would connect to ID in COMPONENT table. Is this what you mean?

                                There is another table COMPONENT_SET. Is this needed?

                                I still don’t get the total components for each classification…

                                Regards

                                Nuno

                                L 1 Reply Last reply
                                0
                                • L Offline
                                  L Offline
                                  lasse.lindqvist
                                  replied to Nuno on last edited by
                                  #28

                                  @Nuno said in Displaying model in PowerBi:

                                  @lasse-lindqvist said in Displaying model in PowerBi:

                                  as a column pointing to INTEGERLIST table and the list of integerers is the ID-fields of the components in questio

                                  Hi Lasse,

                                  Can you be more precise, please.

                                  CLASSIFICATION_RESULT as a field COMPONENT_SET_SET_ID. Is this one that connects to INTEGERLIST (I supouse to LISTID field)? Then I would supouse the VALUE field from INTEGERLIST would connect to ID in COMPONENT table. Is this what you mean?

                                  There is another table COMPONENT_SET. Is this needed?

                                  I still don’t get the total components for each classification…

                                  Regards

                                  Nuno

                                  It uses INTEGERLIST table only. I hope we can get rid of the COMPONENT_SET table before the release. It is used in one place for grids/gridaxes.

                                  1 Reply Last reply
                                  0
                                  • M Offline
                                    M Offline
                                    mderitti
                                    replied to lasse.lindqvist on last edited by
                                    #29

                                    @lasse-lindqvist hi!
                                    Could you please explain how can I try this unreleased version?
                                    I really need to try this connection with powerBI

                                    1 Reply Last reply
                                    1
                                    • paultonerP Offline
                                      paultonerP Offline
                                      paultoner
                                      wrote on last edited by
                                      #30

                                      Yeah, the process seems to have advanced in 2-3 years. No clear templates provided, processes, or add-ins etc. BIM Collab have released a template and add-in for PowerBI. Can Solibri pick up speed on this?

                                      1 Reply Last reply
                                      0
                                      • S Offline
                                        S Offline
                                        SamuelAB
                                        wrote on last edited by SamuelAB
                                        #31

                                        As a BIM and PowerBI nerd, I would say that the best way to integrate large Revit/IFC models into PowerBI is through VIM AEC, the company I work for. We are looking forward to Solibri making their data available to PowerBI so that we can showcase an integration and release templates for users.

                                        Check us out here at vimaec.com

                                        1 Reply Last reply
                                        0

                                        Copyright © 2025 Solibri Inc. | Powered by NodeBB

                                        • Login

                                        • Don't have an account? Register

                                        • Login or register to search.
                                        • First post
                                          Last post
                                        0
                                        • Categories