Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

Embedded Power BI reports in iFrame

This site may earn commission on affiliate links.
Hi, is it possible to allow/enable Power BI iFrames at TMC?
Would be nice to embed up-to-date statistics in forum posts, as there are more data enthousiasts like me at the forum!

Created this report a month ago, which uses official statistics from the RDW (Dutch DMV).
Power BI Report

Code:
<!DOCTYPE html>
<html>
<body>

<iframe width="1600" height="900" src="https://app.powerbi.com/view?r=eyJrIjoiNWUxZGI1ZjMtMGRmOS00Y2NhLThkZGUtZDllMTA5NGU4ZWY1IiwidCI6ImU0ZTI2YTNkLWIxMDEtNGFhZC1hMGY3LTVlMmIzOWQ5OTZiMiIsImMiOjh9" frameborder="0" allowFullScreen="true"></iframe>

</body>
</html>