Forum Discussion
Splitting Column values
- 7 months ago
Hi dommyw277 ,
Thanks for the screenshot that really helps. As per my guess, the Invalid identifier error is coming from the way the column name Inc/SR is being referenced. Because the column name contains a slash (/), Power Query requires the #"" format.
So anywhere you have- [Inc/SR]
please change it to - [#"Inc/SR"]And in your filter step
each [#"Inc/SR"] <> null and [#"Inc/SR"] <> ""Once the column is referenced with [#"...."] , the syntax error should be resolved.
Hope this helps please give it a try. If anything still comes up, feel free to share another screenshot and we can take a look.
Getting only errors at the moment. What parts do i need to add my info? Just the table part?
Give a name to the Table as Data. Then the code will work.
- dommyw2778 months agoHelper V
Renamed the table to Data as per your screenshot but still getting an error only in the column
- Ashish_Mathur8 months agoSuper User
I really do not know what error you are committing.
- V-yubandi-msft8 months agoCommunity Support
Hi dommyw277 ,
We’re not sure yet what specific error you’re seeing after using the code provided by Ashish_Mathur
To help you more accurately, could you please share the exact error message or a screenshot of the error.This will make it much easier for us to identify the issue and guide you correctly.
Ashish_Mathur , Thanks for your patience and for sharing the details so far.