The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.