【发布时间】:2017-07-07 12:55:30
【问题描述】:
假设我在 Power Query 中有一个表,其中列数不固定(取决于我从数据库获取的数据)。
问题是我想稍后填写值,为此我有一个类似
的代码Table.FillDown(#"Razvrščene vrstice",{"Column2", "Column3", "Column4", "Column5", "Column6", "Column7", "Column8", "Column9", "Column10"} )
当然,当我说少一列时,整个事情就会崩溃('找不到列 Column10')...
有没有办法解决这个问题?例如:'选择除前两列之外的所有列并填写它们'?
谢谢, 马蒂亚
【问题讨论】:
标签: excel powerquery