I have a dashboard created with a "Data Date" Metric at the top. Using the Created column to populate a "Data Date" column (text column +LEFT(Created@row, 18) I can add the date in the metric via a sheet summary field. When I refresh data pulled from an Excel
sheet (exported by another program), I get a #REF error in the sheet summary field. The "Data Date" column retains the formula and populates as intended. I have the data shuttle replacing all lines in the target sheet, but I am only looking for the date in Row 1, as all rows will be the same. I suspect the data shuttle deletes all the old rows, and that causes the #REF, but how can I constrain it? Or is there another method I can use to populate a Data Date in the dashboard?