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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply

problem with PDF visor

I have a problem with the visual object ‘pdf viewer’ with which you can view pdf's converted to base 64. I am performing the following procedure:

I convert my pdf to a text string in base 64.
I take this text string and truncate it in cells of 30.000 characters in an excel
I load that excel in powerbi
I concatenate the X cells that you have in one cell to be able to visualize the content.

If the text string is not very long and does not generate more than 15,20 cells approximately there is no problem, the problem comes when the pdf is very large and the string generates hundreds of cells, then I get the error:
The function ‘PLACEHOLDER’ found a text string that exceeds the maximum allowed length.

Can anyone think of a way to display these large pdf's? The option to make screenshots and display them is not viable.

 

1 ACCEPTED SOLUTION
Syndicate_Admin
Administrator
Administrator

Hello, good luck to him.


I still had problems with the PDF viewer, a solution may be this
My PDFs are uploaded to a sharepoint, so I made a column like this

PDF : CONCATENATE("RUTA-SHAREPOINT",[PDF Name]), " ")
Data type: URL WEB
Result
PVVBl00_0-1738872284077.png

By clicking on the hyperlink, the PDF is displayed

I hope I have helped you, any questions I am pending

Best regards

View solution in original post

1 REPLY 1
Syndicate_Admin
Administrator
Administrator

Hello, good luck to him.


I still had problems with the PDF viewer, a solution may be this
My PDFs are uploaded to a sharepoint, so I made a column like this

PDF : CONCATENATE("RUTA-SHAREPOINT",[PDF Name]), " ")
Data type: URL WEB
Result
PVVBl00_0-1738872284077.png

By clicking on the hyperlink, the PDF is displayed

I hope I have helped you, any questions I am pending

Best regards

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors