So I've used a calculated table to get Dashboard data from the Experimenter using a query like:
SELECT * FROM[Experiment.NameOfDashboardChart]
Is it possible to do something similar with Tracked Variable data? Essentially, I have a Tracked Variable that captures output per month, and I've pinned it to my Dashboard in the form of a line graph. However, using the same querying method in a calculated table doesn't seem to work. Is there a different way to access the data for a tracked variable for all Experimenter replications?
Thanks in advance!