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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
wixoji9201
Frequent Visitor

Refresh Issue Web Source

Hi All - I have a report pointing to web source. I am able to refresh sucessfully on Desktop however on Service the refresh completes successfully but no data gets loaded. I am using a Enterprise Gateway for refresh. Below is the Code that is genearted by Power Query. Please suggest how can it be resolved.

 

 

let
    Source = Web.BrowserContents("https://www.bseindia.com/corporates/ann.html"),
    #"Extracted Table From Html" = Html.Table(Source, {{"Column1", ".ng-scope.ng-binding.tdcolumngrey"}, {"Column2", ".ng-binding + .ng-binding + *"}, {"Column3", ".tdcolumngrey:nth-child(1) *"}, {"Column4", "TR:nth-child(4) B:nth-child(1)"}, {"Column5", ".ng-binding:nth-child(1) + B"}, {"Column6", ".tdcolumngrey:nth-child(5) *"}, {"Column7", ".tablebluelink + *"}}, [RowSelector="TR:nth-child(4) TABLE"]),
    #"Removed Columns" = Table.RemoveColumns(#"Extracted Table From Html",{"Column2", "Column5", "Column6", "Column7"}),
    #"Changed Type" = Table.TransformColumnTypes(#"Removed Columns",{{"Column1", type text}, {"Column3", type text}, {"Column4", type text}}),
    #"Renamed Columns" = Table.RenameColumns(#"Changed Type",{{"Column1", "Category"}, {"Column3", "Type"}, {"Column4", "Date"}})
in
    #"Renamed Columns"

 

  

Thanks

0 REPLIES 0

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors