Forum Discussion

adarshsada's avatar
adarshsada
Frequent Visitor
9 months ago
Solved

Assigning a calculated column as field value

Hi everyone,    I currently have a Rhino model (2D surface divided into multiple sections as seen in the below image) and I'm using it's object ID to control each section.  What Im trying to...
  • v-echaithra's avatar
    v-echaithra
    8 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.