Having trouble with tracker No valid Y value found in notes

What I’m trying to do

I would like to put tracker calendars in my monthly notes to show my various habits. Just a simple did I do this thing on what days. But I am having trouble understanding the tracker plugin. Right now I am getting a No valid Y value found in notes error.

Things I have tried

```tracker
searchType: table
searchTarget: Calendar/Habits/2024/04_Apr/2024-M04 Workout[0][1]
xDataset: 1
datasetName: Workout
month:
    startWeekOn: 'Sun'
    threshold: 1
    color: red
    headerMonthColor: red
    dimNotInMonth: false
    todayRingColor: red
    selectedRingColor: steelblue
    circleColorByValue: true
    showSelectedValue: true
```

Habit Note

---
Aliases: []
date created: 2023-12-25, 11:18:08 pm
date modified: 2024-02-26, 4:49:32 pm
DocType: "Habit"
Habit: "Workout"
---

| Date           | Workout |
| -------------- | ------- |
| [[2024-04-02]] | 🏋️     |
| [[2024-04-06]] | 🏋️     |
| [[2024-04-07]] | 🏋️     |
| [[2024-04-13]] | 🏋️     |
| [[2024-04-18]] | 🏋️     |
| [[2024-04-20]] | 🏋️     |
| [[2024-04-25]] | 🏋️     |
| [[2024-04-27]] | 🏋️     |
```