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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors