-
Notifications
You must be signed in to change notification settings - Fork 475
T naabus/textfixing #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
T naabus/textfixing #106
Conversation
…werBI-JavaScript into t-naabus/textfixing
…into t-naabus/textfixing
|
Hi @t-naabus, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!
TTYL, MSBOT; |
| <ul> | ||
| <li>A workspace in <a href="https://azure.microsoft.com/en-us/documentation/articles/power-bi-embedded-get-started/">Azure PowerBI Embedded Service.</a></li> | ||
| <li>PowerBI Report imported to your workspace.</li> | ||
| <li>A workspace in the <a href="https://azure.microsoft.com/en-us/documentation/articles/power-bi-embedded-get-started/">Power BI embedded service.</a></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you write Power BI (as separated words) above, and PowerBI as one word below.... Please make sure it is consistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Power BI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, missed one
demo/code-demo/step_authorize.html
Outdated
| <button id="nextStepWithSample" class="btn btn-primary" onclick="OpenEmbedStepWithSample()">Embed Sample Report</button><br/><br/><br/> | ||
| <a href="#" onclick="ToggleEmbedWithSpecificReportDiv()">Embed Your Own Report</a><br/> | ||
| <h4>Sample report</h4> | ||
| To embed using a report supplied with the sample, select <b>Embed sample report</b>.<br/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Embed Sample Report
this is a command not a sentence
demo/code-demo/step_authorize.html
Outdated
| To Embed using a sample report, you can just move to next step.<br/> | ||
| <button id="nextStepWithSample" class="btn btn-primary" onclick="OpenEmbedStepWithSample()">Embed Sample Report</button><br/><br/><br/> | ||
| <a href="#" onclick="ToggleEmbedWithSpecificReportDiv()">Embed Your Own Report</a><br/> | ||
| <h4>Sample report</h4> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sample Report
Title not sentence
demo/code-demo/report.html
Outdated
| <div id="left-pane" class="halfWidth right"> | ||
| <div id="embedArea"> | ||
| <h3>Embedded Report Area</h3> | ||
| <h3>Embedded report area</h3> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Embedded Report Area
title
demo/code-demo/step_authorize.html
Outdated
| <h4>Flow</h4> | ||
| Once you have a report imported to PowerBI Workspace, you are ready to embed it.<br/> | ||
| To Embed a report you need to get an Embed-Token. You can create this token in multiple ways:<br/> | ||
| <h4>Instructions to get embed token</h4> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... generate an embed App Token
demo/code-demo/step_authorize.html
Outdated
| Once you have a report imported to PowerBI Workspace, you are ready to embed it.<br/> | ||
| To Embed a report you need to get an Embed-Token. You can create this token in multiple ways:<br/> | ||
| <h4>Instructions to get embed token</h4> | ||
| Once you have a report imported to Power BI workspace, you are ready to embed it.<br/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once you have improted a report into Power BI...
demo/code-demo/step_authorize.html
Outdated
| <h4>Instructions to get embed token</h4> | ||
| Once you have a report imported to Power BI workspace, you are ready to embed it.<br/> | ||
| <br/> | ||
| To embed a report, you need to get an embed-Token. You can create this token in multiple ways.<br/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
embed App Token
no hyphens
please be consistent
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just following what I was sent
demo/code-demo/step_authorize.html
Outdated
| <h4>Enter embed details</h4> | ||
|
|
||
| Enter Report Embed Token</br> | ||
| Enter report embed token<br/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
App Token
demo/code-demo/step_authorize.html
Outdated
| <input type="text" id="txtReportEmbed" name="txtReportEmbed" onchange="UpdateSessions();" style="width: 100%;" value="https://embedded.powerbi.com/appTokenReportEmbed" /><br/><br/> | ||
|
|
||
| Enter Report Id</br> | ||
| Enter report id<br/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Id or ID
demo/code-demo/step_authorize.html
Outdated
| <input type="text" id="txtAccessToken" name="txtAccessToken" onchange="UpdateSessions();" style="width: 100%;" /><br/><br/> | ||
|
|
||
| Enter Report Embedded Url</br> | ||
| Enter report embedded url<br/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Url or URL
demo/code-demo/step_authorize.html
Outdated
| <input type="text" id="txtEmbedReportId" name="txtEmbedReportId" onchange="UpdateSessions();" style="width: 100%;" /><br/> | ||
| </div> | ||
| <button id="nextStep" class="btn btn-primary" onclick="OpenEmbedStep()">Next Step - Embed</button> | ||
| <button id="nextStep" class="btn btn-primary" onclick="OpenEmbedStep()">Next step - embed</button> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Embed
title
demo/code-demo/step_embed.html
Outdated
| <table id="report-embed-table"> | ||
| <tr> | ||
| <td class="td-field-name">Embed Token</td> | ||
| <td class="td-field-name">Embed token</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
App Token
ranbreuer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please run through one more time to make sure Caps are used correctly in titles and acronyms.
* Fixed small grammar issue * Update Index.cshtml
Text Scrubbing