Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hello Everyone,
This is my first time here and working with Power BI. We are trying to render power bi visulas within a React App. We can render it, but the size of the visual is too small. How can we style it and increase the height or width of it?
Under the hood, we are using a library called powerbi-client-react. It renders within an IFrame. Each visual/chart is rendered individually.
Thanks in advanced!
Solved! Go to Solution.
Update. We were able to figure it out. Within the powerbi-client-react component, there is a cssClassName property that we were able to use. We created a cssClass, applied it in the cssClassName property, and set the height / width.
Update. We were able to figure it out. Within the powerbi-client-react component, there is a cssClassName property that we were able to use. We created a cssClass, applied it in the cssClassName property, and set the height / width.
Check out the November 2023 Power BI update to learn about new features.