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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
jwi1
Post Patron
Post Patron

How to connect a online PFD report to power bi

Good day,

I have a pdf file, which is stored on my companies sharepoint.

My question is: how can I add this pdf file to my power bi report?

 

If it is an excel file, this can be done via GET DATA (the excel file-URL is copied from file/ info/ copy path).

 

Thanks upfront for your help!

John

 

pdf1.JPG

 

 

 

 

pdf2.JPG

 

 

 

 

2 ACCEPTED SOLUTIONS
MFelix
Super User
Super User

Hi @jwi1 ,

 

In this case you can do the same thing has you can see in the images below I have connectec to a sample PDF online trough a web link:

 

MFelix_0-1625571186512.png

 

MFelix_1-1625571372470.png

 

MFelix_3-1625571434177.png

Has you can see ni the code below the first step assumes the PDF conversion:

 

let
    Source = Pdf.Tables(Web.Contents("http://www.africau.edu/images/default/sample.pdf"), [Implementation="1.2"]),
    Page1 = Source{[Id="Page002"]}[Data],
    #"Changed Type" = Table.TransformColumnTypes(Page1,{{"Column1", type text}})
in
    #"Changed Type"

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

v-yalanwu-msft
Community Support
Community Support

Hi, @jwi1 ;

You also could get data then select sharepoint-online-list . 

vyalanwumsft_0-1625632800378.png

https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-sharepoint-online-list

https://community.powerbi.com/t5/Desktop/Difference-between-Sharepoint-list-vs-Sharepoint-Online-Lis...

Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yalanwu-msft
Community Support
Community Support

Hi, @jwi1 ;

You also could get data then select sharepoint-online-list . 

vyalanwumsft_0-1625632800378.png

https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-sharepoint-online-list

https://community.powerbi.com/t5/Desktop/Difference-between-Sharepoint-list-vs-Sharepoint-Online-Lis...

Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

MFelix
Super User
Super User

Hi @jwi1 ,

 

In this case you can do the same thing has you can see in the images below I have connectec to a sample PDF online trough a web link:

 

MFelix_0-1625571186512.png

 

MFelix_1-1625571372470.png

 

MFelix_3-1625571434177.png

Has you can see ni the code below the first step assumes the PDF conversion:

 

let
    Source = Pdf.Tables(Web.Contents("http://www.africau.edu/images/default/sample.pdf"), [Implementation="1.2"]),
    Page1 = Source{[Id="Page002"]}[Data],
    #"Changed Type" = Table.TransformColumnTypes(Page1,{{"Column1", type text}})
in
    #"Changed Type"

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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