I please need assistance to calculate % based on the below table.
Table 1 (Fixed Table - Total vehicles per branch)
Table 2 (Distinct Count - Total vehicles based on vehicle regsitation) Current Measure Calculation shown below.
Table 3 (Percentage of Table 2 / Table 1, using Branch Table as Unique Identifier)
Branch 1 = 5
Branch 2 = 5
Branch 3 = 10
Branch 4 = 7
Count Loads = DISTINCTCOUNT('DEL-MAN-REP'[Registration Number])
Vehicles 1 = 5
Vehicles 2 = 3
Vehicles 3 = 1
Vehicles 4 = 4
Branch 1 % = 100%
Branch 2 % = 60%
Branch 3 % = 10%
Branch 4 % = 57%
Any assistance will be appreciated.