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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
KyrinMistry
Frequent Visitor

Some visuals not appearing when exporting to PDF

I'm having trouble with some visuals not appearing when I export the report to PDF.

 

For the past few months I have been creating reports in Power BI and plublishing them to the Power BI Online Service. From the Power BI Online Service I export the report to a PDF, however recently I have stumbled accross an issue where specific visuals do not appear in some of the pages but do appear in other pages of the exported PDF - this is the first time I'm experiencing this problem. I encounter the same problem when I export to PDF from Power BI Desktop.

 

My report is set up in the following way:

  • One Summary Tab with bookmark buttons that link to the Detail Tabs
  • Multiple Detail Tabs

 

The Summary Tab and the Multiple Detail Tabs share the exact same visuals that are now sometimes not appearing. I have added a few images below to help describe my problem - I had to pixelate the images as the data in sensitive. 

 

Here is the summary tab in which the red boxes show the visuals that I am having problems with and the yellow boxes are bookmark buttons that link to a specific detail tab - Snapshot from Power BI Service.

Summary Tab with visuals shown within the red boxes and a bookmark button shown in the yellow boxesSummary Tab with visuals shown within the red boxes and a bookmark button shown in the yellow boxes

 

Here is part of a detail tab where some of the same visuals do not appear - Snapshot from the exported PDF.

A Detail Tab with the same visual as the Summary Tab but with the visual not appearing in the red boxes (this is the problem)A Detail Tab with the same visual as the Summary Tab but with the visual not appearing in the red boxes (this is the problem)

 

Here is a part of a detail tab where the visuals do appear - Snapshot from Power BI Service.

A Detail Tab with the same visual as the Summary Tab - visuals are seen in the red boxesA Detail Tab with the same visual as the Summary Tab - visuals are seen in the red boxes

 

These are the things that I have already tried to do but I still get the same error where these visuals do not appear in the exported PDF:

  • Export to PDF directly from Power BI Desktop instead of the online Power BI Service
  • Reinstall Power BI desktop
  • Publish and export the report from another machine with a different Microsoft account
  • Roll back the data within the report to a period where I wasn't having a problem exporting to a PDF

 

One thing that I do notice is that these visuals take longer than the others to appear when the report is refreshed. I am assuming that as Power BI exports each tab, the specific visuals are not appearing in time before the PDF is created.

 

These visuals are made from measures. I have added the DAX code for one of the visuals here:

 

Current MDP Baseline Date =
VAR MDPBaselineDate = LOOKUPVALUE(OverallProgress[MDP_Baseline_Date],OverallProgress[Dashboard_Date], [Selected Dashboard Date],OverallProgress[User_ID],[Selected User])
RETURN
IF(ISBLANK(MDPBaselineDate),"-",FORMAT(MDPBaselineDate,"DD-MMM-YYYY"))
 
Could my DAX code be causing this problem due to it taking longer to load the visual?
 
If anyone could help me with this that would be really apprecaited.
 
1 ACCEPTED SOLUTION

It was on the support page with an ETA of yesterday, and seems to be working when I've tested it this morning, so hopefully others will find similar.

 

Thanks,

 

Mark

View solution in original post

14 REPLIES 14

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.