Forum Discussion
RAM KUMAR LAKKOJU
Oct 28, 2019Copper Contributor
fill down in power query
why power query is not responding to fill donw option? i want fill down in colunmn named "name". Plz help me.
JKPieterse
Oct 28, 2019Silver Contributor
I expect it is because the rows that appear to be blank in reality are not blank?
juan jimenez
Apr 20, 2020Iron Contributor
hi Jan,
Does that mean that cells not "null" are not empty even they have no characters seen?
How could i erase the "invisible content"?
Thanks, Juan
- JKPieterseApr 21, 2020Silver ContributorYou could add a column which takes the length of the string in the column you are interested in and filter the query on non-zero length strings. Otherwise, check out the right-click menu when you right-click a column. Especially the Transform sub-menu gives some cleaning options. Finally you could do a search and replace for certain non-printing characters. Infamous characters causing problems are ASCII 160 (non-breaking space) ASCII 10, 12 and 13 (line feed, carriage return+linefeed, carriage return).
- juan jimenezApr 21, 2020Iron Contributor
Thank you for your help. unfortunately I was not able to fill down.
Can you look the attached file and help me?
- DhaniColeApr 21, 2020Brass Contributor
Filling down only works if the value is null. You'll need to select the name column, replace the blank ("") values with "null" (I couldn't use your example because the source data wasn't provided). Then fill down.