I have a dataset in which I have a column of geographical points, and I want to calculate the total distance of the path that these geographical points cover, so that I can add it to the details of the 'route'.
What's the cleanest and simplest way to do this?
My first thought was to create another column, which is the same as this one, except shifted by a single index value, and then to use DISTANCE, and then to SUM over this, however I'm new to Tableau and I'm not even sure if something like this is possible? I'm sure there's a more elegant way to do this.
Cheers.