I have a CSV file that contains 150k+ records of wattage data that was collected over the course of 2 days. The CSV file is set up as shown below:
2016-04-07 19:20:52,44.679734706
2016-04-07 19:20:53,44.65862894
2016-04-07 19:20:54,44.668009281
2016-04-07 19:20:55,44.462228059
2016-04-07 19:20:57,45.116506814
2016-04-07 19:20:58,44.847994565
...
I would like to set up a line graph in Tableau, and I have created a parameter to represent the watts data:
However, the line graph only shows one values at a time:
How can I get Tableau to show all values over the given time period? I have attempted many different configurations and can't get this to work.