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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

How to generate webpage preview in power bi report

Hi everyone,

 

I was looking at another power bi dashboard and saw a feature where one table contained page titles and the other visual contained the actual page of the website once the page title had been clicked on. Is there a simple way to achieve this that I am unaware of?

TIA!

 

Web Page Example.PNGwebpage preview.PNG

1 ACCEPTED SOLUTION
v-easonf-msft
Community Support
Community Support

Hi,  @Anonymous 

You need to add a  calculated column as below:

 

HTML = "<iframe src="&'Table'[URL]&" style='position: fixed; width: 100%; height:100%'></iframe>"

 

Then apply it to visual "HtmlViewer".

7.png

 

Notice: you need to publish it to service  so that you can see the webpage preview.

8.png

 

 

You can also refer to this related tutorial.

Dynamically Embed a Web Page in a Power BI Report 

 

Best Regards,
Community Support Team _ Eason

 

View solution in original post

4 REPLIES 4
v-easonf-msft
Community Support
Community Support

Hi,  @Anonymous 

You need to add a  calculated column as below:

 

HTML = "<iframe src="&'Table'[URL]&" style='position: fixed; width: 100%; height:100%'></iframe>"

 

Then apply it to visual "HtmlViewer".

7.png

 

Notice: you need to publish it to service  so that you can see the webpage preview.

8.png

 

 

You can also refer to this related tutorial.

Dynamically Embed a Web Page in a Power BI Report 

 

Best Regards,
Community Support Team _ Eason

 

Anonymous
Not applicable

Thank you for this detailed message!

amitchandak
Super User
Super User

@Anonymous , I think HTML content have been  used to disply web page. 

 

Isfiltered has been use in color measure which can make background and font color transparent

 

A card is fully covering the html visual with measure as message

 

Font color = if(isfiltered(Table[Blog]), "blue", "#FFFFFF00")

 

background color = if(isfiltered(Table[Blog]), "#ffffff", "#FFFFFF00")

 

 

Used in conditional formatting using field value option

 

refer if needed

How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4

HTML content
https://appsource.microsoft.com/en-us/product/power-bi-visuals/wa200001930?tab=overview

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Thank you!

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.