-
Notifications
You must be signed in to change notification settings - Fork 0
/
_Users_mmyers_Documents_GitHub_PowerBiTest_index.html
34 lines (34 loc) · 1.54 KB
/
_Users_mmyers_Documents_GitHub_PowerBiTest_index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Blank Template for Bootstrap</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class="container">
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<div class="row">
<div class="col-md-4">
<h3>Power BI Embed Test</h3>
<p>Power BI report embed test</p>
<p><br></p>
<p><br></p>
</div>
</div>
<iframe width="1140" height="541.25" src="https://app.powerbi.com/reportEmbed?reportId=8cfc38a4-af17-4d98-88a2-ac216d798ae9&autoAuth=true&ctid=06dc375d-a828-4acd-ab60-3aeaa4ba1edb&config=eyJjbHVzdGVyVXJsIjoiaHR0cHM6Ly93YWJpLXVzLWVhc3QyLXJlZGlyZWN0LmFuYWx5c2lzLndpbmRvd3MubmV0LyJ9" frameborder="0" allowFullScreen="true"></iframe>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/popper.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>