Hi,
In power query I'd like to add a leading zero to month number below 10, I thought I would just be able to use
, no good did try putting 0 in {} , that didn't work either, is there a way to do this?
In power query I'd like to add a leading zero to month number below 10, I thought I would just be able to use
Excel Formula:
0 & Date.Month([date])