Hi,
I'm having a few problems displaying a PDF in a report im currently working on.
Everything worked fine before the start of the weekend. However, when i tuned in this morning, something seemed to have broke on me.
I got to display a PDF through the PDF Viewer, and i got it working fine, showing the right PDF with multiple PDF's present in the source folder on SharePoint etc.
However, for some reason, that does not seem to work anymore. I have tested around for a bit, and located the issue to most likely be due to how HASONEVALUE() works. I'm using this string to concatenate the split-up Base64 columns as a new column;
@tensixtyone , Are you creating a measure or a column>
HASONEVALUE should be used in measure and it check if only one value is filtered
refer if needed
https://powerpivotpro.com/2013/03/hasonevalue-vs-isfiltered-vs-hasonefilter/
Im creating a new column, as the PDF viewer doesnt take a measure
@tensixtyone , I doubt it is a suitable to function for a new column
just try
CONCATENATEX('Query2', 'Query2'[Pic], , 'Query2'[Index], ASC)
Just tried out your suggestion, however it doesn't seem to work. It adds the different PDF's base64 string together instead of seperating them
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
119 | |
75 | |
66 | |
51 | |
49 |
User | Count |
---|---|
183 | |
101 | |
80 | |
79 | |
77 |