Each net can have only one power-output which supplies power to other devices.
All pins which consume power should be configured as power input (VIN, GND, PVIN, PGND, etc).
Update:
Follow the KiCad rules for Connecting Multiple (Power) Output Pins:
https://forum.kicad.info/t/electrical-type-of-schematic-symbol-pins-kicad-4-and-kicad-5/9439
"If you have multiple output pins or power output pins that need to be connected in parallel then you have a choice to make. Let ERC complain about connecting multiple power output pins or give only one of these pins the type output. (The other pins would get the type passive in the later case.)
Such a configuration benefits greatly from being stacked. (all pins on top of each other with all but one pin set to invisible. Make sure the visible pin is the one with the correct electrical type.) The reason being is that if they are not stacked then it would be possible to connect one of the pins marked as non output to something where ERC would otherwise complain. Stacking ensures that this can not happen."