Embedding PowerBI Dashboard Using IFrame on Qualtrics Survey | XM Community
Skip to main content

Hello,

I'm encountering difficulties embedding a PowerBI dashboard on a Qualtrics survey using an IFrame. The main issue is the inability to adjust the width of the embedded dashboard, which results in unwanted scroll bars.

I've reviewed the available documentation for Qualtrics but haven't found a solution specific to this problem. I'm seeking assistance, guidance, or insights on successfully embedding the PowerBI dashboard using an IFrame on a Qualtrics survey, ensuring the width is maximized.

Any help, tips, or instructions to resolve this issue would be greatly appreciated. If there are any recommended resources or support channels to explore, please share them with me.

Thank you for your assistance.

Tal

Hello talme

You can try setting the width of iFrame using javascript like below

iframe.css({
height: "950px",
width: "1200px"
});

 


Leave a Reply