- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Checking file existance in Sharepoint with URL based on DAX?
Can anyone help me with the following?
I'm building a report for an exported sales archive to consult old (Excel) data and lots of associated PDF files.
The PDF files were automatically created and are stored in a SharePoint library. The URL is not part of the Excel data.
There is however a consistance in the name convention of the PDF files, which contains order and invoice number.
With that, I created a new column which generates the necessary URL's based on this data, which looks like this:
I switched data category to 'Web URL' and I created a matrix which contains ordernumer and assosiated URL's with an URL icon (see image below).
So far so good. Now comes the challenge.
Power BI creates a URL for every instance, whether a file exists or not. For example, not every order has a credit note.
Is there a possibility to show the URL icon, ONLY if the specific file EXISTS in the SharePoint library?
Any help would be appreciated.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I created a workaround which gives me the required result. I created an extra column, which checks if an invoice number exists in the data:
Next I added an if-statement on the URL measure:
URL invoice = IF(data[Invoice_available]="Yes",
"https://tenant.sharepoint.com/sites/archive/documents/pdf/"&data[Year]&"/"&data[Ordernumber]&"-invoice-"&data[Invoicenumber]&".pdf"",
"")
This shows a URL icon if a match is found, otherwise it remains empty
Not 100%, but it gives the required result. 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I created a workaround which gives me the required result. I created an extra column, which checks if an invoice number exists in the data:
Next I added an if-statement on the URL measure:
URL invoice = IF(data[Invoice_available]="Yes",
"https://tenant.sharepoint.com/sites/archive/documents/pdf/"&data[Year]&"/"&data[Ordernumber]&"-invoice-"&data[Invoicenumber]&".pdf"",
"")
This shows a URL icon if a match is found, otherwise it remains empty
Not 100%, but it gives the required result. 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Anonymous ,
Based on my test, it's not supported to display image in Matrix visual value part. As matrix value will be aggregated and return just "values" rather than image.
Best Regards
Lucien

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
05-09-2024 09:31 AM | |||
09-20-2024 04:46 AM | |||
07-31-2024 07:46 AM | |||
09-18-2024 02:32 AM | |||
Anonymous
| 07-10-2024 03:37 AM |
User | Count |
---|---|
55 | |
53 | |
49 | |
13 | |
11 |