Close At列有空值,当转入到Power Query 就显示为Error,不知道该怎么去掉好。
不想在Excle里处理,因为每个月都会有一个Excel表格文件产生,PowerQuery里做好,下次加入excel文件应该会自动处理。
链接: https://pan.baidu.com/s/1c-6gBv22FD1q01ulK6755A 提取码: ny87
Close At列有空值,当转入到Power Query 就显示为Error,不知道该怎么去掉好。
不想在Excle里处理,因为每个月都会有一个Excel表格文件产生,PowerQuery里做好,下次加入excel文件应该会自动处理。
链接: https://pan.baidu.com/s/1c-6gBv22FD1q01ulK6755A 提取码: ny87
是这个吗?
= Table.TransformColumnTypes(#"Promoted Headers",{{"Created On", type datetime}, {"Created By", type text}, {"Status", type text}, {"Resolved at", type text}, {"Priority", type text}, {"Assignees", type text}, {"Ticket Number", type text}, {"Request Type", type text}, {"Close at", type datetime}, {"Updated On", type datetime}, {"SLA", Int64.Type}, {"Days Spent", Int64.Type}})
数据中有假空(测试了下,真空的->null, 假空的->error)