This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Power BI Service can make custom visuals appear blurry when the report page is displayed at a scaled zoom level, for example 87%.
This happens because Power BI Service applies a CSS transform scale to the report container. As a result, the whole visual iframe is scaled like a bitmap, causing blur. The same visual is sharp in Power BI Desktop and at 100% zoom in the Service.
It would be very useful if Power BI exposed the current page scale, for example pageScale, inside VisualUpdateOptions, so custom visuals could adjust their rendering correctly.
Alternatively, Power BI Service could manage page zoom using a more rendering-friendly approach, such as SVG viewBox/layout resizing instead of external CSS scaling.
This would help custom visuals, especially canvas/SVG/HTML visuals, remain sharp at all page zoom levels.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.