Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

HTML in Power Bi report

Hello! I'm having isuues trying to use HTML in powerbi, I want to import a Power Virtual Agents bot, I can't do it the way most people use because i'm not using a dashbord and I don't have the option to add a tile after published, so I'm using a visualizer trying to display it as a HTML content, PVA gives me this html content that I assume to use in the html visualizer:

<!DOCTYPE html><html><body><iframe src="https://web.powerva.microsoft.com/environments/Default-7578369e-cf61-4440-9a92-8c8c6e54bf71/bots/Default_mundialBot/webchat?isV2Bot=true" frameborder="0" style="width: 100%; height: 100%;"></iframe></body></html>

I tried using only the link (with iframe on it) but had no luck, I've followed the steps from this video: https://www.youtube.com/watch?v=syzA3PZx3qk

but didn't work for me, when I publish my report I only see this:

that are like boxes where the bot should display.

Could anybody give me a hand?

Thanks!