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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
ii25943
New Member

Make embedded report responsive for mobile

Hello!

 

I'd like to make a report that I embeded in a website responsive. How could I do this?

 

This is the report: https://app.powerbi.com/view?r=eyJrIjoiMjQ1N2RhNDUtMDAyMS00NTZlLTk1MTQtYTkwNGE4N2IzMTMzIiwidCI6IjZhN...

 

And this is where I'd like to embedd it: https://www.point2homes.com/news/canada-real-estate/vacancy-rates-ten-year-evolution-150-cities.html

 

Thank you!

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

Hi  @ii25943 ,

1. Right click on your web page, save it as, set Save as type : web page, HTML only.

vyangliumsft_0-1647846937985.png

2. In your web page, press F12, select Elements, click on the small icon box (marked with purple color here), select the position you want to put in, and the code of your mouse click position will be displayed at this time.

vyangliumsft_8-1647847100931.png

3. Copy its code and open the previously created HTML with Notepad.

vyangliumsft_2-1647846938025.png

Press Ctrl + F to open the search box, and put the copied code into it to search to the specified location.

vyangliumsft_3-1647846938027.png

4. Open your report in Power bi service, click File - Embed report - Publish to web(public).

vyangliumsft_4-1647846938028.png

5. In the Embed code that appears, copy the information marked in yellow.

vyangliumsft_5-1647846938031.png

6. Place the copied information above the specified location in Notepad (to be stored in <Body>), save

vyangliumsft_6-1647846938035.png

7. Open the previously created HTML here.

vyangliumsft_7-1647846938049.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

View solution in original post

3 REPLIES 3
v-yangliu-msft
Community Support
Community Support

Hi  @ii25943 ,

 

We will display it normally in mobile, it may be caused by network delay, is it normal after you refresh now?

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

v-yangliu-msft
Community Support
Community Support

Hi  @ii25943 ,

1. Right click on your web page, save it as, set Save as type : web page, HTML only.

vyangliumsft_0-1647846937985.png

2. In your web page, press F12, select Elements, click on the small icon box (marked with purple color here), select the position you want to put in, and the code of your mouse click position will be displayed at this time.

vyangliumsft_8-1647847100931.png

3. Copy its code and open the previously created HTML with Notepad.

vyangliumsft_2-1647846938025.png

Press Ctrl + F to open the search box, and put the copied code into it to search to the specified location.

vyangliumsft_3-1647846938027.png

4. Open your report in Power bi service, click File - Embed report - Publish to web(public).

vyangliumsft_4-1647846938028.png

5. In the Embed code that appears, copy the information marked in yellow.

vyangliumsft_5-1647846938031.png

6. Place the copied information above the specified location in Notepad (to be stored in <Body>), save

vyangliumsft_6-1647846938035.png

7. Open the previously created HTML here.

vyangliumsft_7-1647846938049.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

Hello!

 

The report is already embeded in the webpage. The problem is that it's not mobile responsive. How could I make it responsive for mobile?

 

Thanks!

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Solution Authors