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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
WaldemarWiec
New Member

SharePoint Excel files import issue

Hi,

 

I am importing a set of Excel files from SherePoint site to Power BI app. It worked perfectly until last week. Then in Power Bi data source tables I discovered "doubled" files (Source.Name) like this:

 

FileName.xlsm

FileName_CD51E136-2F49-445F-9300-4435182131422021-12-02T03-21-10.xlsm

 

the second one looks like some old version of the first one. It is not seen in the SharePoint directory and I cannot track it in any way.

I found the walkthrough filtering this out manually, but this is not a perfect solution. Does enyone  meet such an issue?

2 REPLIES 2
v-kkf-msft
Community Support
Community Support

Hi @WaldemarWiec ,

 

Has your problem been solved? If it is solved, please mark a reply which is helpful to you.

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.


Best Regards,
Winniz

v-kkf-msft
Community Support
Community Support

Hi @WaldemarWiec ,

 

You can check in SharePoint to see if it is in the historical version of the file. 

 

vkkfmsft_0-1642750852917.png

 

Just as a workaround, you could create a table [Name] containing the names of the excel files you want to import, like this.

 

vkkfmsft_1-1642752016087.png

 

Then add the following code in the advanced editor of the SharePoint data source to filter the excel files contained in table [Name].

 

 #"Selected Rows" = Table.SelectRows(#"Filtered Rows", each List.Contains(Name[Table Name], [Name]) )

vkkfmsft_2-1642752154568.png

vkkfmsft_3-1642752178750.png

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors