- Power BI(八)Power Query 排除错误
- Power Query 排除错误">Power Query 排除错误
Power BI(八)Power Query 排除错误
路易三十六
于 2019-03-25 17:33:22 发布
6694
收藏 15
分类专栏: Power BI Power BI 文章标签: Power Query 排除错误 Query 排除错误 & t=blog&o=vip&s=&l=&f=&viparticle=)
版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://blog.csdn.net/LuYi_WeiLin/article/details/88800294
版权
Power BI 同时被 2 个专栏收录
32 篇文章 30 订阅
订阅专栏
31 篇文章 31 订阅
订阅专栏
Power Query 排除错误
如下图数据表中自己手动添加错误进行错误排查检查,介绍一种方法,使用 M 函数 try
还是把数据加载进查询编辑器
展开
关闭并上载
有错误
错误在Excel都显示为空
修改回来,刷新
.
数据无误
排除错误成功
$(function() { setTimeout(function () { var mathcodeList = document.querySelectorAll(‘.htmledit_views img.mathcode’); if (mathcodeList.length> 0) { var testImg = new Image(); testImg.onerror = function () { mathcodeList.forEach(function (item) { $(item).before(‘\(‘+ item.alt +’\)’); $(item).remove(); }) MathJax.Hub.Queue([“Typeset”,MathJax.Hub]); } testImg.src = mathcodeList[0].src; } }, 1000) })
https://blog.csdn.net/LuYi_WeiLin/article/details/88800294