Finding Large Duplicate Files in SharePoint

Поділитися
Вставка
  • Опубліковано 7 лют 2025

КОМЕНТАРІ • 13

  • @khordi
    @khordi 5 місяців тому

    This is some great stuff thanks for sharing this is better than majority of 3rd party tools too!

  • @BenDavies-u8h
    @BenDavies-u8h 3 місяці тому

    Thank you Denis for putting this up.
    I have zero knowledge on Power Bi but with your video and additional info I have been able to pull the data from multiple sites which is great.
    However I'm trying to analyze the All_Files table to see if there are duplicates of a file on multiple sites but the results aren't correct and I'm sure I'm going about it the wrong way, how can i achieve this?
    Thanks,

  • @Worrelpa
    @Worrelpa 2 роки тому

    That is just Awesome Denis...

  • @hsrinivas797
    @hsrinivas797 4 місяці тому

    The above is using file name and file size, can this be modified to use the file hash?

  • @rozkans
    @rozkans Рік тому +1

    Allah razı olsun

  • @Maurits_Meijssen
    @Maurits_Meijssen 8 місяців тому +1

    Can I also add sites 4 5 and 6?

    • @denismolodtsov3879
      @denismolodtsov3879  8 місяців тому +1

      Yes, you can:
      - Home Tab > Transform
      - Under the Queries section: Duplicate "Site_Files-1" query as many times as you ened
      - Open the new queries in the Advanced editor. Update the "Source = " variable to point to the new site
      - Open All_Files query in the advanced editor and update this formula to add new Queries:
      -
      let
      Query1 = #"Site_Files-1",
      Query2 = #"Site_Files-2",
      Query3 = #"Site_Files-3",
      ...
      Query10 = #"Site_Files-10",
      AppendedQuery = Table.Combine({Query1, Query2, Query3, ..., Query10})
      in
      AppendedQuery

    • @Maurits_Meijssen
      @Maurits_Meijssen 8 місяців тому

      Thanks! @@denismolodtsov3879

  • @tebtim9816
    @tebtim9816 9 місяців тому

    is it possible to get all Sharepoint site not only specific site?

    • @denismolodtsov3879
      @denismolodtsov3879  9 місяців тому

      If you don't have too many sites, you can update the query to include all sites you want to target: github.com/Zerg00s/sp-duplicate-files-report#updating-all_files-query

    • @tebtim9816
      @tebtim9816 9 місяців тому

      hi thanks for responding, I have around 100 sites. 🥹 I think it will be difficult to add it one by one. Any idea wht is the best option to get data to all sites in our tenant?

  • @RoyKimYYZ
    @RoyKimYYZ Рік тому

    great tip!