标签: powerbi
如何根据条件删除Power BI中的行?在某些列中,我同时拥有数字和文本数据。我只需要这种数字类型。
答案 0 :(得分:0)
= Table.SelectRows(t, each [col] is number)