Progress bar that can go above 100%

Unfortunately, no. But you could add a custom property to the progress bar, bind your tag to that instead, and then bind the progress bar value with the min() expression function, giving it the custom property and the configured bar maximum.

1 Like