%%
Last Updated:
- [[2021-03-26]]
- [[2021-02-10]]
%%
## Using Tableau
### [[Plotting two different time series data on the same line graph in Tableau]]
### Moving average response times formula
In order to be able to change the granularity of the results shown:
- Create a parameter called "Granularity (s)". Make it an integer.
- Create a calculated field with the following formula:
```
WINDOW_AVG(Avg([Response Time]), -[Granularity (s)], 0)
```
Use the calculated field for graphing instead of the Response Times field. Changing the granularity will then also change the view.
### Tableau and [[Load Testing Tool]]s
[[Tableau and JMeter]]
[[Tableau and Silk Performer]]
[[Tableau and Visual Studio]]
[[Tableau and k6]]