03 2022 档案
摘要:在visual块,右键Column选择Conditional formatting 举例,比如difference > 0 显示红色,否则<0显示绿色 如何根据 measure 写特定条件来更换背景色呢? 举例:先创建measure :TY FCST VS AOP Color = if (Data[
阅读全文
摘要:CONCATENATEX(<table>, <expression>[, <delimiter> [, <orderBy_expression> [, <order>]]...]) REF:https://community.powerbi.com/t5/Desktop/display-multip
阅读全文
摘要:SublimeREPL可以设置一个编译运行的快捷键,具体操作为:Preferences->Key Bindings-User。 [ { "keys":["ctrl+m"],"command":"repl_open", "caption": "Python", "mnemonic":"p", "arg
阅读全文
摘要:原网址:https://www.youtube.com/watch?v=GJjMjB3rkJM unittest sample: right click, run 'xxxx' 用cmd运行 cmd运行更easy: 这样可以直接运行unittest
阅读全文
摘要:点击蝙蝠侠开始游戏后,报错:未能加载文件或程ctx.di序集 Microsoft.directX.Direct3D blablabla 解决方案就是下载一个旧版的DirectX安装即可。 下载地址:Download DirectX 最终用户运行时 Web 安装程序 from Official Mic
阅读全文
摘要:右键parameter,选择Enable load 然后就能看到啦! 其他问题: Passing Parameters in measures https://community.powerbi.com/t5/Desktop/Passing-Parameters-in-measures/m-p/20
阅读全文