We’ve developed a custom visual which includes an <a> tag stretched out along the whole visual body. 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.
How can we disable sandboxing for custom visuals?
We would highly appreciate, when You provide us with a solution for this problem.