【发布时间】:2021-11-21 01:28:19
【问题描述】:
我将我的 sql 数据库连接到 Power BI。我得到了 80.000 行,我还有两个额外的计算列来获取以前的值。这是代码 Table.AddColumn(#"Added Custom", "prev_action3", each try #"Added Custom" { [Index] -1 } [Action Type] otherwise null) " 当我单击关闭并应用时,我被困在“在模型中创建连接”中,一个多小时没有输出。没有 2 列关闭和应用成本大约为 1-2 分钟。我已经尝试过这个 https://community.powerbi.com/t5/Desktop/stucking-on-creating-connection-in-model/m-p/276796 ,但它并没有改变任何东西。
【问题讨论】: