<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Power BI Report Embedded</title>
<style>
body {
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.powerbi-report-container {
width: 80%; /* Adjust based on preference */
height: 80vh; /* Adjust based on preference */
}
iframe {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<div class="powerbi-report-container">
<iframe title="DLI" width="1140" height="541.25" src="https://app.powerbi.com/reportEmbed?reportId=052a2d7d-d2dd-45b5-b384-f3259bb41473&autoAuth=true&ctid=991fcef0-948f-40d4-9159-aefad78c0eb6" frameborder="0" allowFullScreen="true"></iframe>
</div>
</body>
</html>