随笔分类 -  PowerBI

摘要:正确写法:先处理null值逻辑。 = Table.AddColumn(重命名的列, "IsTOGreaterThan0", each if [TurnoverCurrentYear] = null then "Y" else if [TurnoverCurrentYear] >0 then "Y" 阅读全文
posted @ 2024-07-01 16:08 po-A 阅读(325) 评论(0) 推荐(0) 编辑
摘要:Multiple calculations(complex measures and calculated columns) in large dataset will eat up much CPU and memory . In your scenario, there are some pro 阅读全文
posted @ 2023-04-04 16:53 po-A 阅读(84) 评论(0) 推荐(0) 编辑
摘要:报错: Details: "ODBC: ERROR [HY000] [Microsoft][DriverSupport] (1160) Cannot enable SSL for the connection when connecting to a server that has not enab 阅读全文
posted @ 2023-04-03 16:27 po-A 阅读(128) 评论(0) 推荐(0) 编辑
摘要:POWER BI - 需要进入advanced editor修改: Source = Table.Combine({Table.AddColumn(#"query A", "source query", each "query A") , Table.AddColumn(#"query B", "s 阅读全文
posted @ 2023-03-21 15:11 po-A 阅读(209) 评论(0) 推荐(0) 编辑
摘要:Custom Column - Power query 如果Status列的值为“Act" or "Actual",那新的列值为"Act“,否则为”OTHER STATUS“。 if List.Contains( {"Act", "Actual"}, [Status] ) then "Act" el 阅读全文
posted @ 2023-03-21 14:37 po-A 阅读(455) 评论(0) 推荐(0) 编辑

Tushare大数据开放社区-免费提供各类金融数据和区块链数据 , 助力智能投资与创新型投资。

Python, Matlab, R, Web数据抽取学习交流。

点击右上角即可分享
微信分享提示