cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
RobRayborn
Helper III
Helper III

Importing data from PDFs

I'm attempting to import multiple pdf that are orders exported from our Customer's online portal.  
I get the data from Folder.  The problem is that the tables on some of the pdfs carry onto a second page, and the orders that carry on do not get imported.
Suggestions?

2 REPLIES 2
Ehren
Microsoft
Microsoft

The MultiPageTables option, when set to true, is supposed to detect tables that span multiple pages. It sounds like that option isn't working as expected for your particular files.

 

Do the files only contain a second page when the first table continues past the first page? Or is there sometimes other, unrelated data on the second page? You might be able to write some logic that iterates over the set of tables returned by Pdf.Tables and combine them.

ChielFaber
Super User
Super User

I don't know if you have a Power Automate license, but with Power Automate you can extract data from a PDF and specify from which pages (even multiple)

 

For a how to take a look at:

 

https://learn.microsoft.com/en-us/power-automate/desktop-flows/actions-reference/pdf

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors