|
1 | | -<div> |
2 | | - <div class="title"> |
3 | | - <h2>Getting Started</h2> |
| 1 | +<div id="docs-section"> |
| 2 | + <div id="docs-content"> |
| 3 | + <h1>Power BI Embedded Documentation</h1> |
| 4 | + <div class="docs-line"> |
| 5 | + <div class="docs-links"> |
| 6 | + <h2>Getting Started</h2> |
| 7 | + <a href="https://github.com/Microsoft/powerbi-javascript/wiki">Power BI JavaScript API wiki</a><br> |
| 8 | + <a href="https://docs.microsoft.com/en-us/power-bi/developer/embedding">Power BI Embedding Documentation</a><br> |
| 9 | + </div> |
| 10 | + <div class="docs-links"> |
| 11 | + <h2>Useful Links</h2> |
| 12 | + <a href="https://azure.microsoft.com/en-us/services/power-bi-embedded/">Power BI Embedded on Azure</a><br> |
| 13 | + <a href="https://community.powerbi.com/t5/Forums/ct-p/Forums">Power BI Community</a><br> |
| 14 | + <a href="https://ideas.powerbi.com/forums/265200-power-bi-ideas/category/161718-apis-and-embedding">Power BI Ideas - APIs and Embedding</a><br> |
| 15 | + </div> |
| 16 | + <div class="docs-links"> |
| 17 | + <h2>Support</h2> |
| 18 | + <a href="https://docs.microsoft.com/en-us/power-bi/developer/embedded-faq">Power BI Embedded FAQ</a><br> |
| 19 | + <a href="https://docs.microsoft.com/en-us/power-bi/developer/embedded-troubleshoot">Power BI Embedded Troubleshooting</a><br> |
| 20 | + <a href="https://powerbi.microsoft.com/en-us/support/">Power BI Support</a><br> |
| 21 | + </div> |
| 22 | + </div> |
| 23 | + <div class="docs-line"> |
| 24 | + <h2>Videos</h2> |
| 25 | + <div class="docs-video"> |
| 26 | + What is Power BI Embedded<br> |
| 27 | + <iframe width="330" height="186" src="https://www.youtube.com/embed/iEHfUuoZseo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> |
| 28 | + </div> |
| 29 | + <div class="docs-video"> |
| 30 | + Microsoft Power BI Embedded update<br> |
| 31 | + <iframe width="330" height="186" src="https://www.youtube.com/embed/NbsLRDMWNRI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> |
| 32 | + </div> |
| 33 | + <div class="docs-video"> |
| 34 | + Get an embed token<br> |
| 35 | + <iframe width="330" height="186" src="https://www.youtube.com/embed/GPHHdDRSlis" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> |
| 36 | + </div> |
| 37 | + <div class="docs-video"> |
| 38 | + Setting up and Getting Started<br> |
| 39 | + <video width="330" height="186" controls="controls" preload="metadata"> |
| 40 | + <source src="https://sec.ch9.ms/ch9/5da0/29725d07-f7c3-4090-8b80-a5881e5d5da0/PowerBiEmbeddedPart1_high.mp4#t=12.6" type="video/mp4"> |
| 41 | + Your browser does not support the video tag. |
| 42 | + </video> |
| 43 | + </div> |
| 44 | + <div class="docs-video"> |
| 45 | + Power BI Embedded JavaScript SDK<br> |
| 46 | + <video width="330" height="186" controls="controls" preload="metadata"> |
| 47 | + <source src="https://sec.ch9.ms/ch9/1750/ada209d0-c8a3-41d3-832d-1eac7e3c1750/PowerBiEmbeddedPart2_high.mp4#t=12.6" type="video/mp4"> |
| 48 | + Your browser does not support the video tag. |
| 49 | + </video> |
| 50 | + </div> |
| 51 | + </div> |
4 | 52 | </div> |
5 | | - <div> |
6 | | - Please visit our |
7 | | - <a href="https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-embedding/">documentation</a> |
8 | | - to start using Power BI Embedded. |
9 | | - </div> |
10 | | -</div> |
11 | | - |
12 | | -<h2>Videos</h2> |
13 | | - |
14 | | -<div> |
15 | | - <div class="title"> |
16 | | - 1. Learn how to Embed and Interact with Power BI Reports. |
17 | | - </div> |
18 | | - <iframe class="video" src="https://www.youtube.com/embed/nfkVljh_9O4" frameborder="0" allowfullscreen></iframe> |
19 | | -</div> |
20 | | - |
21 | | -<div> |
22 | | - <div class="title"> |
23 | | - 2. Learn how to Create, Edit and Save Power BI reports in Embedded view. |
24 | | - </div> |
25 | | - <iframe class="video" src="https://www.youtube.com/embed/ibuN4DzCl5c?showinfo=0" frameborder="0" allowfullscreen></iframe> |
26 | 53 | </div> |
0 commit comments