Forum Discussion
joglidden2
1 year agoPost Patron
PDF (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
1 year agoSuper User
There 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.