Need help condensing large values into a 0.0-1.0 format for a "power meter" progress bar

mapRange

Use the “Map Range Clamped” node to remap values from one range to another.
In your case the out range will be 0 → 1 for the progress bar

In the in value set your expected min and max values and pass in your current value into the value node.