Tool Tip of dimension on Measure in Table Visualization in Looker using Look ML

I need populate a tool tip in GCP looker Table visualization using Look ML.

I have measures Baseline_col1 and the code for measures in Look ML  as below.

How do i add a tool tip 'status'  of dimension that is when ever user  mouse over on below measure in table visualization, i need the get the rendered value of 'status' column from Big Query database

measure: Baseline_col1
{
type: count_distinct
sql: ${TABLE}.baseline
}

dimension: status
{
type: string
sql: ${TABLE}.description
}

1 1 79
1 REPLY 1

Check out Tooltip Customization for some ideas on this!

I think in your example, you could add:

Screenshot 2024-07-01 at 10.59.32 AM.png