Display values on multiple FKs to same dimension table

I have a table with three columns service_1, service_2, service_3. They all foreign key to the same dimension table dimService. If I customize each field link to display the description from the dimension table only the last field (service_3) displays the description. They all display a link but the first two display the ID not the corrlating description even though all have the display value configured to show the description.

Feature or bug ?

Hi @brianwilson
Yes, that’s a known issue - go and upvote by clicking :+1: on the first post:
https://github.com/metabase/metabase/issues/9236

thank you