Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Gokul
Helper IV
Helper IV

unable to embed reports based on report section!!how is it possible???

 

script src="https://npmcdn.com/powerbi-client@2.0.0"></script> <script src="https://npmcdn.com/angular-powerbi@1.0.0"></script>

i have included this script src in my angularjs1 code ....

 

 

..controller('powerbi', ['$scope','powerbiServices','$rootScope',function ($scope,powerbiServices,$rootScope) {
console.log("test");

$scope.reports = [{
name: " Feedback test",
type: "ReportSection*****c4",
id: "34e16d1d-5621-4782-a45e-49757c8a40f1",
embedurl:"https://app.powerbi.com/reportEmbed?reportId=34e16d1d-5621-4782-a45e-****&groupId*****3-4e91-45da-9c...",

}

<powerbi-report powerbi-settings-nav-content-pane-enabled="false" embed-url="pass.embedurl" access-token="pass.token" id="pass.id" type="{{pass.type}}"></powerbi-report>

I am able to see iframe with whole report..but i need to show specifically by reportsection..How is it possible??

 

 

 

0 REPLIES 0

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.