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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
TheKiltedGolfer
Helper III
Helper III

How can you get a vertical scroll bar on a visual to make a longer canvas?

I do not know how to produce web pages but would like to know how Kent State was able to produce this Power BI visual that has a vertical scroll bar to show additional data so one does not have to go to an additional page.  I am trying to recreate something similar to what their layout is.

 

Kent State website: https://www.kent.edu/it/metrics

 

1 ACCEPTED SOLUTION
TomMartens
Super User
Super User

Hey,

 

if you inspect the webpage you will discover something like this

 

<iframe allowfullscreen="true" frameborder="0" height="1250" 
src="https://app.powerbi.com/view?r=eyJ...OjN9" width="100%"></iframe>

 

So, what you see is not a visual with a vertical scroll bar, but instead it's an complete report rendered in an iframe.

Basically, design a report publish this report to Power BI Service, make sure that this report does not contain any confidential data 🙂

 

Use the Publish to Web

https://docs.microsoft.com/en-us/power-bi/service-publish-to-web

to create something that can be embedded into your website

Hopefully this is the answer you were looking for.

 

Regards,
Tom

 



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

View solution in original post

2 REPLIES 2
TomMartens
Super User
Super User

Hey,

 

if you inspect the webpage you will discover something like this

 

<iframe allowfullscreen="true" frameborder="0" height="1250" 
src="https://app.powerbi.com/view?r=eyJ...OjN9" width="100%"></iframe>

 

So, what you see is not a visual with a vertical scroll bar, but instead it's an complete report rendered in an iframe.

Basically, design a report publish this report to Power BI Service, make sure that this report does not contain any confidential data 🙂

 

Use the Publish to Web

https://docs.microsoft.com/en-us/power-bi/service-publish-to-web

to create something that can be embedded into your website

Hopefully this is the answer you were looking for.

 

Regards,
Tom

 



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Thank you very much Tom !!

I really appreciate it. Have a great day !

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.