Forum Discussion
Power bi
- 5 years ago
Hi, bjo7000
As is suggested by PhilipTreacy , you may go to 'Query Editor' and check the last step of your query. I tested with two custom columns. 'Custom1' is filled with "" and 'Custom2' is filled with null.
= Table.AddColumn(#"Changed Type", "Custom1", each "")= Table.AddColumn(#"Added Custom", "Custom2", each null)When we edit the query and apply changes to thr desktop, the label of the new columns are present but the data are all empty. Please check if the new column has data in the last step of the corresponding query.
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, bjo7000
As is suggested by PhilipTreacy , you may go to 'Query Editor' and check the last step of your query. I tested with two custom columns. 'Custom1' is filled with "" and 'Custom2' is filled with null.
= Table.AddColumn(#"Changed Type", "Custom1", each "")= Table.AddColumn(#"Added Custom", "Custom2", each null)
When we edit the query and apply changes to thr desktop, the label of the new columns are present but the data are all empty. Please check if the new column has data in the last step of the corresponding query.
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.