How to color in Power BI?

How to color element in Power BI?

Uploading: image.png…
Uploading: image.png(1)…

Hey @Roger_borges :wave:,

I can’t see the images you added. Please can you add it again and give more context on your problem?

And lastly, have you tried the latest version of our connector and 3D viewer visual? If not, please give it a try and let me know if it solves your issue. (Hint: It is much better :))

Power BI Connector: Releases · specklesystems/speckle-powerbi · GitHub
3D Viewer Visual: Releases · specklesystems/speckle-powerbi-visuals · GitHub

@gokermu emphasized text

Thank you very much for your attention and feedback. I would like to know how to filter and color the elements, please see the file in the drive link. Have the photo and the file.

1 Like

Hey @Roger_borges ,

Your visual contains an older version of both connector and visual. Please install the latest versions from the links I shared above.

Filtering Objects

First you need to extract the data you want to filter by. You can do it simply by adding a new custom column (go to Add Column tab > Custom Column), and then, type in the data you want to extract using the lookup ([data][name]), and give your column a new name (name).

Then you can use any other power bi visual to filter/interact with your data.

Viewing your model in 3D Viewer Visual (update to the latest version)

PBIDesktop_TlgETV7ZpZ

Extracting Fields from Received Data

PBIDesktop_Ynr3IPdpMT

Coloring by parameter

PBIDesktop_nAmv8DadD8

I hope these help. I added the pbix file

Roger-Borges.pbix (1.6 MB)

Remember that interacting with the speckle data is no different than any other data type in Power BI. They are converted to primitive and structured Power BI data types (records, tables, lists).

2 Likes

Thanks a lot for the clarification. It is an honor to be part of this community.

3 Likes