I wanted to find out the number of 0's at end of integer. Eg for 2020 it should count 1 for 2000 it should count 3 for 3010000 it should count 4
I have no idea to do it without counting all the zeros and not just the ending ones!
someone please help :)

Go to Power Query Editor and add a Custom Colum with this below code-
Here is sample output using above logic-