Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hola Equipo,
Tipo de conexión: Web.
Después de 1 semana de repente empecé a recibir el mensaje de error:
Pero cuando se intentó conectarse a la misma tabla encontré que el cambio está en m consulta y estaba funcionando bien.
Escenario de trabajo:
#"Tabla extraída de Html" = Html.Table(Source, {{"Column1", "TABLE[id='chart-data-table_hOPbodkmSd'] > * > TR > :nth-child(1)"}, {"Column2", "TABLE[id='chart-data-table_hOPbodkmSd'] > * > TR > :nth-child(2)"}}, [RowSelector="TABLE[id='chart-data-table_hOPbodkmSd'] > * > TR"]),
Escenario que no funciona:
#"Tabla extraída de Html" = Html.Table(Source, {{"Column1", "TABLE[id='chart-data-table_qgC4fs2PF0'] > * > TR > :nth-child(1)"}, {"Column2", "TABLE[id='chart-data-table_qgC4fs2PF0'] > * > TR > :nth-child(2)"}}, [RowSelector="TABLE[id='chart-data-table_qgC4fs2PF0'] > * > TR"]),
mi pregunta aquí es como usted ve que hay cambio en el código es más relacionado con el sitio web de origen ?
¿Tenemos alguna fucción en el lenguaje m para venir esto?
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.