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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Anonymous
Not applicable

UPS tracking with HTML viewer

hi guys,

 

Im using power query to use shipment data using the tracker from various shipping sites. Im having trouble with UPS as the HTLM viewer  doesnt seem to view  the table with actual shipment data

 

heres an example using the standard ups tracking site 

M Code

 

let
Source = Web.BrowserContents("https://www.ups.com/track?loc=null&tracknum=[insert tracking number here]&requester=WT/trackdetails"),
#"Extracted Table From Html" = Html.Table(Source, {{"Column1", "DIV.ups-table.ups-progress_table.ups-data_table.ups-group > TABLE:nth-child(3) > * > TR > :nth-child(1)"}, {"Column2", "DIV.ups-table.ups-progress_table.ups-data_table.ups-group > TABLE:nth-child(3) > * > TR > :nth-child(2)"}}, [RowSelector="DIV.ups-table.ups-progress_table.ups-data_table.ups-group > TABLE:nth-child(3) > * > TR"])
in
#"Extracted Table From Html"

 

rafaelopez2_0-1627697483701.png

 

the same adresss does show more detailed data like date of shipment and recived date(as Shown below) , yet i cant  get the viewer(html) to view

 

rafaelopez2_1-1627698909746.png

 

 

any ideas on what may be causing issue

1 ACCEPTED SOLUTION
Anonymous
Not applicable

NVM fixed using the HTML viewer, thanks for the help

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

NVM fixed using the HTML viewer, thanks for the help

 

Pascal_KTeam
Resolver I
Resolver I

It sounds like you don't actually have a Power Query issue but need help displaying the result as SVG, is that correct? 

Anonymous
Not applicable

Not sure what you mean by SVG,but yes what i need is a way to get the date information (picture below)

rafaelopez2_0-1627756420395.png

if posible this part as well

 

rafaelopez2_1-1627756457251.png

 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.