You can use triggers and actions to show and hide those gauges depending on a dummy value. For the step by step guide below I’ll assume you want three gauges, but you can use however many you want, it’ll just become a bit longer.
Make the individual gauges – if they are made up of multiple items, put them in a container.
Create an action for the button: “Rotate value up”. Select an unused dummy value (i.e. “Dummy 01”). Set the lower bound to 0, the upper bound to 2, the step size to 1 and leave the ‘stop’ parameter at 0. Now, pressing the button will change the dummy value to 0, then 1, then 2, then 0 again, and so on. If you want n gauges in this rotation, set the upper bound to n-1.
For each gauge, create a “Show gauge” and a “Hide gauge” action.
Create a new trigger event. Set the trigger conditions such that the trigger will fire if your dummy value is equal to 0. Add the “Show gauge” action for the first gauge and the “Hide gauge” actions for all others.
Repeat step 4 with a dummy value of 1 for the second gauge, 2 for the third gauge, and so on.