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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Syndicate_Admin
Administrator
Administrator

Fuente de datos web con parámetro

Tomaré los datos de

https://www.oenb.at/zinssaetzewechselkurse/zinssaetzewechselkurse

vom: 01.01.2022 bis: Hoy() (desde: 01.01.2022 hasta: Hoy())

Para Währung RON. para (Moneda: Ron)

¿Alguna idea?

Los mejores saludos 🙂

2 REPLIES 2
Syndicate_Admin
Administrator
Administrator

Actualmente estoy fuera de la oficina. Lo comprobaré lo antes posible.

gracias. 🙂

Syndicate_Admin
Administrator
Administrator

@lboldrino ,

Puede probar los siguientes pasos:

vhenrykmstf_2-1660899445149.png

vhenrykmstf_1-1660899402133.png

elija los datos que necesita

vhenrykmstf_0-1660899250708.png

let
    Source = Web.BrowserContents("https://www.oenb.at/zinssaetzewechselkurse/zinssaetzewechselkurse?lang=en&mode=zeitreihenzumeuro"),
    #"Extracted Table From Html" = Html.Table(Source, {{"Column1", "TABLE > * > TR > :nth-child(1)"}, {"Column2", "TABLE > * > TR > :nth-child(2)"}, {"Column3", "TABLE > * > TR > :nth-child(3)"}, {"Column4", "TABLE > * > TR > :nth-child(4)"}, {"Column5", "TABLE > * > TR > :nth-child(5)"}, {"Column6", "TABLE > * > TR > :nth-child(6)"}, {"Column7", "TABLE > * > TR > :nth-child(7)"}, {"Column8", "TABLE > * > TR > :nth-child(8)"}, {"Column9", "TABLE > * > TR > :nth-child(9)"}, {"Column10", "TABLE > * > TR > :nth-child(10)"}}, [RowSelector="TABLE > * > TR"]),
    #"Changed Type" = Table.TransformColumnTypes(#"Extracted Table From Html",{{"Column1", type text}, {"Column2", type text}, {"Column3", type text}, {"Column4", type text}, {"Column5", type text}, {"Column6", type text}, {"Column7", type text}, {"Column8", type text}, {"Column9", type text}, {"Column10", type text}})
in
    #"Changed Type"

Si el problema aún no se resuelve, proporcione información detallada sobre el error y hágamelo saber de inmediato. Esperamos su respuesta.


Saludos
Henrio


Si esta publicación ayuda, considere Aceptarla como la solución para ayudar a los otros miembros a encontrarla más rápidamente.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.