This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
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
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 10 | |
| 9 | |
| 8 | |
| 8 | |
| 7 |
| User | Count |
|---|---|
| 50 | |
| 27 | |
| 23 | |
| 22 | |
| 22 |