Forum Discussion

Olle's avatar
Olle
Regular Visitor
9 months ago
Solved

Power BI Embedded Paste is disabled

Hello   We have an application that uses the JavaScript SDK to embed reports in a scenario where the app owns the data. We have reports that have slices where users can use the paste option from th...
  • rohit1991's avatar
    9 months ago

    Hii Olle 

     

    The allow="clipboard-read; clipboard-write" attribute is only supported when you embed manually with a raw <iframe>.
    When using the SDK, the iframe is created internally and cannot expose clipboard permissions for security reasons.

    So at the moment, clipboard paste is not supported in JavaScript SDK embeds, and there is no API to enable it. The only workaround is to embed with your own iframe tag (not the SDK) if clipboard functionality is required.