PowerBI Missing Parameters

Hi Speckle Team,

I have been having this problem for a while now.

Some Revit parameters are not visible in powerBI stream.

For example “Ciclo” Parameter from this model: 20067-lyon almagro - Lyon Almagro | Speckle

Is not visible in PowerBI Database.

The strangest thing is that it that the parameter exists in the viewer.

Some aditional info:
“Ciclo” revit parameter is a SharedParamater
I’m using PowerBi conector v20.2.0
This has been happening from beta versions at least for us.

This is the PowerBI File
SPKL_Missing_CBCID.pbix (301.6 KB)

Best Regards

Revit by default stores the values of Shared Parameters under a GUID which handles multiple paramteres having the same name.

The viewer automaticaly resolves the Guid to the display name.

We have added a function that you can use in PowerBI to do the same:

Speckle.Revit.Parameters.ToNameValueRecord

It is descibed in the docs and tutorials: Extracting Parameters from Revit Data in Power BI

I have the minimal example using your data here:
SPKL_Missing_CBCID.pbix (150.3 KB)

1 Like

:heart_eyes: Thank you so much! I haven’t looked at the tutorials since the Alpha version.

Best regards!