With the command below it is possible to change the default load balancing policy when creating new distributed port groups:
Get-VDSwitch -Name “TEST-VDS” | Get-VDUplinkTeamingPolicy | Set-VDUplinkTeamingPolicy -LoadBalancingPolicy LoadBalanceLoadBased
Change “TEST-VDS” to the name of your Distributed Switch.