Power BI - create link visual

我的未来我决定 提交于 2019-12-11 14:07:42

问题


We’ve developed a custom visual which includes an <a> tag stretched out along the whole visual body (something like imagebutton). By clicking on the <a> container, the user should be navigated to another PowerBI report. Our solution works in the Power BI developer tools, but we’re experiencing some problems when we use the exported visual in Power BI: The Link doesn’t work in browsers, probably because of sandboxing, which is not happening in dev tools.

Can we disable the sandboxing? Alternatively, how can we create an "Image-Button"-Visual, which navigates to another report?


回答1:


You can disable sandboxing by adding this querystring:

?sandboxVisualsEnabled=false

This removes the iFrame and doesn't use Sandboxing.

Also try the new visuals that have just been released, you may have more success: PowerBI Visuals Docs



来源:https://stackoverflow.com/questions/36607840/power-bi-create-link-visual

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!