Forum Discussion
joglidden2
Post Patron
2 years agoPDF (Binary) Files in a table
I foolishly attempted to create a table in PBI Desktop, from a table in SQL Server, with one column a binary (pdf). I hopefully thought it would provide a link that you could download right out of th...
lbendlin
Super User
2 years agoThere is another option, to provide the PDF in Base64 encoding, and then to use a visual that can Base64 decode. The problem here is that strings (including Base64 strings) can only be 32K characters long, so you would have to chop the PDF in chunks of no more than 32K bytes and then reassemble them in DAX.