Skip to content

Commit

Permalink
Merge pull request #369 from guyinacube/videoupdate
Browse files Browse the repository at this point in the history
👊 Update old content video
  • Loading branch information
ali-hamud authored Dec 23, 2020
2 parents b87e94d + 039dd38 commit 53c1d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/v2-demo/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2>Videos</h2>
</div>
<div class="docs-video">
Get an embed token & embed your analytics<br>
<iframe width="330" height="186" src="https://www.youtube.com/embed/GPHHdDRSlis" frameborder="0" allow="encrypted-media" allowfullscreen></iframe>
<iframe width="330" height="186" src="https://www.youtube.com/embed/4KuyPNtVijo" frameborder="0" allow="encrypted-media" allowfullscreen></iframe>
</div>
<div class="docs-video">
Setting up and getting started<br>
Expand Down

5 comments on commit 53c1d1e

@victorquanlam
Copy link

@victorquanlam victorquanlam commented on 53c1d1e Jan 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello Ali. I wonder weather it's possible for us to pass parameters to paginated reports?
https://docs.microsoft.com/en-us/power-bi/paginated-reports/report-builder-url-parameters

@TalRosto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Victor, yes, you can pass parameters for embedded paginated report.

@victorquanlam
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @TalRosto, thanks for your kind reply. Would you please let me know the process of passing parameters for embedded paginated report via powerbi-javascript?

@TalRosto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is done through the embed url, similar to non embedded report - https://docs.microsoft.com/en-us/power-bi/paginated-reports/report-builder-url-parameters

@victorquanlam
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @TalRosto. But I'm looking for a way to pass parameters using this powerbi-javascript package.

Please sign in to comment.