Forum Discussion
Anonymous
7 years agoNot applicable
Error with < query
Hi, I'm trying to add a column to a table by which looks at value in another column and adds "Yes" or "No" depending on if it's less that 0. The line is = Table.AddColumn(#"Grouped Rows", "Require...
HotChilli
7 years agoCommunity Champion
One of my stock answers on the forum now is : Try using the Column quality, distribution, profile features from the View menu to look at your data.
The M language looks fine to me.
The error message thinks there is a text value somewhere in the column
Anonymous
7 years agoNot applicable
Thanks, that's the strange thing, I can't find any entry which is text, and the whole column type shows as number in the column header.