Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Dear friends
i need to fill down column but its cant because its not "null" how can i convert blank cell into null.
thank in advance for any suggestions.
Solved! Go to Solution.
@Anonymous ,
Use replace to achieve this.
Leave Value to Find as empty and replace with null.
In M-Query it looks something like below.
= Table.ReplaceValue(#"Replaced Value","",null,Replacer.ReplaceValue,{"COLUMN"})
Try replacing the column name and add the above line in advanced editor else use the first step.
Regards, '
Manikumar
If you find this is helpful, Accept as a Solution and leave a like.
Proud to be a Super User!
@Anonymous , null is blank in power query. Unless it is text null. If it text null then replace it null
or replace "" with null
https://www.howtoexcel.org/power-query/bulk-replace-values/
https://www.excelcampus.com/powerquery/fill-down-blank-null-cells-power-query/
@Anonymous ,
Awesome , you got the answer.
Your kudos will be appreciated 😊
Regards,
Manikumar
Proud to be a Super User!
@Anonymous ,
Use replace to achieve this.
Leave Value to Find as empty and replace with null.
In M-Query it looks something like below.
= Table.ReplaceValue(#"Replaced Value","",null,Replacer.ReplaceValue,{"COLUMN"})
Try replacing the column name and add the above line in advanced editor else use the first step.
Regards, '
Manikumar
If you find this is helpful, Accept as a Solution and leave a like.
Proud to be a Super User!
I have an entire Datamart with all strings stored in "Not NULL" columns. (blanks). Is there a way to change this somewhere Database or Table wide instead of changing this value on each individual field?
THanks for your help.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
110 | |
102 | |
99 | |
38 | |
37 |
User | Count |
---|---|
158 | |
125 | |
76 | |
74 | |
63 |