Forum Discussion
Power BI not recognising additional column in csv source data
- 2 years ago
Hi,
Since you mention Advanced Editor, please try this in Power Query:
- click on the table you're interested in
- go to Advanced Editor
- in the "let" section, look for the Column=<number> argument
- replace <number> with <null> . The result should be Column=null
- hit Done and then do a refresh
If this solved yout problem then please mark it as the solution so others can see it.
Best,
Hi,
Since you mention Advanced Editor, please try this in Power Query:
- click on the table you're interested in
- go to Advanced Editor
- in the "let" section, look for the Column=<number> argument
- replace <number> with <null> . The result should be Column=null
- hit Done and then do a refresh
If this solved yout problem then please mark it as the solution so others can see it.
Best,
Hi MNedix,
Thank you so much, that's done it! Star!
Quenril