The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
We have a client that is producing a formal report with 100+ pages.
The a "filter on all pages" is used to slect a specific client. This results in all visuals across being filtered to updated to show the metrics for that client. The report is then exported to PDF.
A key feature of this report is that some pages include images which change dynamically based on the client's brand. The images are retrieved via an "image URL" column in the semantic model. These URLs point to jpgs, svgs and pngs hosted on Azure blog storage, so they are not embedded in the semantic model as base64 encoded objects.
The issue is that as the report is being exported to PDF, it steps through each page, rendering the visuals. But the problem is that on occassion it doesn't wait long enough for the image URLs to be dowbloaded / rendered on the page. So it exports a page with visuals that are missing / partially downloaded.
Is there a workaround for this? Can we add a wait to the export process? If not, could you register this as a bug?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.