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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
bepop
Regular Visitor

schedule refresh from web table not working

Hi,

 

Am unable to schedule refresh table from below link, site contains a currency exchange table

https://www.mcb.mu/en/corporate/

 

have also removed the "Browser" from below source but still now working

 

let
Source = Web.BrowserContents("https://www.mcb.mu/en/corporate/"),
#"Extracted Table From Html" = Html.Table(Source, {{"Column1", "TABLE.table.table\-\-decorated > * > TR > :nth-child(1)"}, {"Column2", "TABLE.table.table\-\-decorated > * > TR > :nth-child(2)"}, {"Column3", "TABLE.table.table\-\-decorated > * > TR > :nth-child(3)"}}, [RowSelector="TABLE.table.table\-\-decorated > * > TR"]),
#"Promoted Headers" = Table.PromoteHeaders(#"Extracted Table From Html", [PromoteAllScalars=true]),
#"Changed Type" = Table.TransformColumnTypes(#"Promoted Headers",{{"Currency", type text}, {"Buy", type number}, {"Sell", type number}})
in
#"Changed Type"

 

any idea?

0 REPLIES 0

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.