Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have 12 PDF files stored in sharepoint (example file name 2025-01-12T15_10_51+00_00.pdf)and in each file, there is 1 table per page (12 pages and 12 tables). Each PDF is monthly and always has the same column headers.
When I combine files it tells me to select a page or table but if I select Table001(page 1) that's all I get but for each PDF file, I want every table on every page.
is there anyway of being able to do this please?
Solved! Go to Solution.
Hi @M_SBS_6 Could you please try these
Connect to SharePoint Folder:
Extract All Tables:
Table.AddColumn(PreviousStepName, "Extracted Tables", each Table.Combine(PDF.Tables([Content])))
Expand Combined Tables:
Hi @M_SBS_6,
Thankyou @Akash_Varuna for your reply on the issue.
I'm glad to hear that your query was resolved! If the response provided by the community member addressed your concern, kindly confirm.
Marking it as Accept Answer and give us Kudos if you found it helpful allows us to ensure that the solutions shared are valuable for the entire community.
If you have any further questions, feel free to reach out!
Thank you for your cooperation!
Hi @M_SBS_6,
May I ask if you have gotten this issue resolved?
If it is solved, please mark the helpful reply or share your solution and accept it as solution, it will be helpful for other members of the community who have similar problems as yours to solve it faster.
Thank you.
Hi @M_SBS_6,
We haven’t heard from you on the last response and was just checking back to see if your query was answered.
Otherwise, will respond back with the more details and we will try to help .
If our response has addressed your query, please accept it as a solution and give a ‘Kudos’ so other members can easily find it. Please let us know if there’s anything else we can do to help.
Thank you.
Hi @M_SBS_6 Could you please try these
Connect to SharePoint Folder:
Extract All Tables:
Table.AddColumn(PreviousStepName, "Extracted Tables", each Table.Combine(PDF.Tables([Content])))
Expand Combined Tables:
Thanks for your suggestion. I have followed the steps but my new column when I expand only shows the column headers (content, Name, extension etc) of the previous step not the headers within the PDF.
onlyincludepdf Is my last step in the applied steps as I had to filter out excel files.
=table.addcolumn(onlyincludepdf, "Extracted Tables", each table.combine(pff.tables(content)))
Have I done something wrong here?
Apologies, that was my typo on here. It's as expected within Power BI
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
71 | |
37 | |
31 | |
26 |
User | Count |
---|---|
92 | |
50 | |
44 | |
40 | |
35 |