powerbi js export summarized data Error: Cannot re

2019-08-16 23:46发布

i am trying to use exportData(summarized) of powerbi.js and getting the following error.

TypeError: Cannot read property 'Underlying' of undefined at r.<anonymous> (reportembed.bundle.min.js:22) at a (reportembed.common.bundle.min.js:16) at Object.next (reportembed.common.bundle.min.js:16) at n (reportembed.common.bundle.min.js:16) at reportembed.externals.bundle.min.js:659 at m.$digest (reportembed.externals.bundle.min.js:670) at reportembed.externals.bundle.min.js:673 at e (reportembed.externals.bundle.min.js:570) at reportembed.externals.bundle.min.js:573 at t.invokeTask (reportEmbed.min.js:1)

I tried to run the sample in this link (https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html#).I see the same error here aswell

enter image description here

Not sure if i am missing something on this. Can anyone from the powerbi js team help on this.

powerbi js version i am using is 2.5.0

Thanks in Advance

1条回答
Explosion°爆炸
2楼-- · 2019-08-17 00:40

Apparently, this was a bug with the Power BI Embedded product. This has been fixed in recent deployments.

查看更多
登录 后发表回答