Insights labels

I am going deeper into Directus, and some things are either buggy, sloppy or I just don’t understand what am I supposed to do?

I am trying to create a very very simple bar chart in Insights.
Let’s suppose I have two collections: buildings, rooms

They are related with buildings.rooms O2M, rooms.building M2O.
So basically what I have is room holds a building ID, and building holds all the room IDs.

I want to display bar chart where i display buildings on X with count of rooms as bars.
I get it displayed alright, but the building name is just an ID, and I can’t go down the Bulding attributes selection to say which attribute I want for display value.

Maybe it is just me :slight_smile:

1 Like