Forum Discussion
siva_powerbi
Helper IV
5 years agoError at first value while using list.generate in power query
I am trying to extract the value from list and append data for each value in list in a loop. Using list.Generator to achieve this task, problem I am facing here is for first value in list always ...
- 5 years ago
Hi, siva_powerbi , I think the glitch lies in here
() => [i=0,x= Table.FromList(#"Col Names",Splitter.SplitByNothing)]try changing it to
() => [i=0,x= Table.FromList(#"Col Names",Splitter.SplitByNothing())]
Anonymous
5 years agoNot applicable
In Power Query, if your query has rows with data errors, you can remove these rows from your query. Data errors can occur as a result of a query or step evaluation, such as changing the type of a column to Number that results in errors for some cells.
Power Query if Statements
- The 'if' in Power Query is lower case.
- Instead of commas separating the value_iaf_true and value_if_false arguments we have the words then and else (in lower case).
- null means blank in Power Query.
- Power Query formulas are case sensitive.