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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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

Anonymous
Not applicable

Thank you!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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