Quantcast
Viewing all articles
Browse latest Browse all 17927

Custom visual open new report

Hello everybody

 

I want to know if it is possible to open a new powerBI report when the user clicked on a custom visual ?

 

 

var elements = document.getElementsByClassName("class");
			for(var x=0; x<elements.length; x++)
			{
			  elements[x].addEventListener("click", function(e) {
				window.top.location.href = url;
			  });
			} 

I got the following error :

 

Refused to display 'https://myurl.com/' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.

 

So I know the header depends of the owner but I wonder if I missed something else ?

 

Thanks

 

 

 


Viewing all articles
Browse latest Browse all 17927

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>