global class PowerBIUpdateSchedule implements Schedulable { global void execute(SchedulableContext SC) { Id execBTId = Database.executeBatch(new PowerBIUpdateBatch(null), 200); } }