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
kolturra
Helper IV
Helper IV

Web Page Display in Power BI Desktop

Hi Everyone,

 

Hope everyone is done is fine.

 

I am trying to create dashboard in Power BI desktop in which i want to show display web page in the visualization rather click on link, like below screenshot.

 

If i select HUDCO i will see HUDCO page in next visualization. Same like i want to show in Power BI desktop.

 

Please help.

 

Thanks,

K Raghavender Rao
Market file.PNG

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

12 REPLIES 12
Ruchi_123
Employee
Employee

Ruchi_123_0-1665901469808.png

I am using this calculation but height and width remain same why this is happing please help me how I can see my website page in full hieght and width ?

Here is my code:-

Iframe = "<iframe src=" & WebURL[Clarity website] & " style=’position:fixed; width: 100%; height: 100%’></iframe>"
v-frfei-msft
Community Support
Community Support

Hi @kolturra ,

 

Based on my test, for part of webs, the custom visual worked well. Some of them cannot be done by the visual. You can contact with hitachi-solutionsfor help.

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.
MartynRamsden
Solution Sage
Solution Sage

Hi @kolturra 

 

Please have a read of this article by PowerPivotPro: powerpivotpro.com/2018/11/dynamically-embedding-web-pages-in-power-bi/ 

This technique uses the HTML Viewer custom visualization in the Marketplace.

 

Best regards,
Martyn

I am still facing error attached screenshot for your reference.Check.PNG

Hi @kolturra 

 

I think it's something to do with the formatting of the double quotes on the PowerPivotPro site.

Try this instead:

iframe = "<iframe src=" & Table1[Column1] & " style=’position:fixed; width: 100%; height: 100%’></iframe>"

 

Best regards,

Martyn

Not as expected 😭

 

Check.PNG

Hi @kolturra 

 

I've done a quick test and this definitely works:

iframe = "<iframe src=" & Table1[Column1] & " style=position:fixed;width:100%;height:100%></iframe>"

 

The HTML Viewer custom visualization will only render the webpages when the report is published to the Power BI service - they will not be visible in Power BI Desktop.

 

Best regards,

Martyn

Even not working in Power BI services also 😥Check.PNG

Strange!
I did a test earlier and it worked great.
Are you able to share your pbix?

Here you go, i have updated file here

 

 

https://1drv.ms/u/s!AlYy4z7ZT6i2gaYOdDq1F1J3uusy2g?e=hfdgYo

Hi @kolturra 

 

I've tried various things to get this to work but no luck.

It would appear that moneycontrol.com block their site being loaded into an iframe.


I'm not aware of any other workaround but someone else on the community may be able to help.

 

Best regards,

Martyn

Hi,

 

Sorry but same working properly in Tableau.

 

Thanks,

K Raghavender Rao

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.