Hi @MattyJ_09 ,
Could you please share a bit more about your issue?
Do you mean that the Timer control would not start when the Power BI visual is loading?
Based the issue that you mentioned, I have made a test on my side, and don't have the issue that you mentioned.
Please check the attached GIF screenshot for more details:
Please take a try to run your app within other browsers or Mobile device, then check if the issue still exists.
In addition, also please take a try with the following workaround:
Set the OnVisible property of the corresponding screen (which contains the Timer control) in your app to following:
Set(IsStart, true)
Set the AutoStart property of the Timer control to following:
IsStart
Also please consider take a try to re-create a new app on your side, then check if the issue is solved. Please make sure your PC or Mobile device has enough RAM to run your app.
Best regards,