I am currently trying to read out the Psets in PowerBi from my IFC model which I have uploaded directly to Speckle. The integration of the viewer and so on works. The tutorials with revit to PowerBI also work. I just thought I’d do it with the IFC model only.
I am trying to read out my IFCPsets similar to the tutorial video ‘Visualising Revit Rooms in Power BI’ so that I can output Psets for the tooltip from the Speckle Viewer in PowerBI.
What I don’t understand yet is how I have to formulate the sentence in the Excel Power Query so that I have the same result as in the video (13:28), that the Psets are extracted to transform them and display them in Power BI for analyses.
Do you have an alternative solution how I can analyse the Psets in Power BI? Or what else can I enter in the query so that it works for IFC?
Welcome to the community! Feel free to Introduce yourself to the community if you want to!
Are you trying to do this in Excel? Our Power Query connector does not work in Excel as Excel Power Query can not have custom connectors. It is Power BI only.
Are you trying to extract the value Pset_MTH? If so, this should be pretty straightforward.
Elements that have that field will return the Record, others will throw an error. You can remove the error rows and proceed to extracting all fields of the records.