Forum Discussion

User12345432334's avatar
User12345432334
Regular Visitor
2 years ago
Solved

edit mode embedded report

I have a web application where I display a PowerBi report using iframe:

html: '<iframe style="width:100%; height: 100%;" src="https://app.powerbi.com/reportEmbed?reportId=a2a2e9bb-1299-4285-9987-3f04212e42c3&autoAuth=true&ctid=5d471751-9675-428d-917b-70f44f9630b0&pageName=2bb28f72706598e516b0&config=eyJjbHVzdGVyVXJsIjoiaHR0cHM6Ly93YWJpLW5vcnRoLWV1cm9wZS1yZWRpcmVjdC5hbmFseXNpcy53aW5kb3dzLm5ldC8ifQ%3D%3D&navContentPaneEnabled=false&actionBarEnabled=true&filter=INSIGHTS_UAT_ALARMS/FIRST_OCCURENCE ge '+start_date+' and INSIGHTS_UAT_ALARMS/FIRST_OCCURENCE le '+end_date+'" frameborder="0" allowFullScreen="true"></iframe>'


The problem is that I want to display the action bar with Edit button, but all actions I get are these:

How can I add the Edit button like in the Power Bi web :

 

  • Why would you need an edit mode within an embedded report? Their purpose is mainly for consumption only.

    Check these sources though. They might help you:

    Source 1

    Source 2

1 Reply

  • Why would you need an edit mode within an embedded report? Their purpose is mainly for consumption only.

    Check these sources though. They might help you:

    Source 1

    Source 2