Forum Discussion
Assigning a calculated column as field value
- 9 months ago
Hi PhilipTreacy ,
This happens because the 3D visual is not passing the Obj ID filter to the other visuals. For the rectangles to respond correctly, both visuals must use the same Obj ID field, and the model must allow the filter to flow between them.
Confirm both visuals use the same Obj ID. The rectangles visual uses Rose Chart[Obj ID]. The 3D visual uses Rhino[Obj ID], these need to represent the same IDs, otherwise no cross-filtering can occur.
Check the data model relationship. Make sure there is a relationship between:
Rhino[Obj ID] → Rose Chart[Obj ID]
If this relationship does not exist, or is inactive, then clicking the 3D model will not filter the rectangles.Enable visual interactions. Even if the relationship exists, Power BI might be blocking interaction between the visuals.
Select the 3D visual
Go to Format → Edit interactions
Ensure the rectangles visual is set to Filter (not “None” or “Highlight”)
This ensures the 3D model can send filters to the rectangles visual.
Hope this helps.
Thank you.
You need to create a measure to assign colors in this way. But I'm not following what you are trying to do and don't have your data. Please supply sample data - preferably your PBIX file.
Phil