Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hola a tod@s.
Tengo una query con 120 mil. registros, he creado un Índice para numerar el registro actual y lo utilizo para recuperar el registro anterior a través de =RegistroAnterior[Fecha]{[Índice]-1} .Al ejecutar lo explicado, llega a tardar 6 minutos en mostrar el dato.
¿Pueden decirme alguna opción o solución que agilice la query en Power Query M?
Hi @jcgutierro
Hi @jcgutierro
It seems your code(RegistroAnterior[Fecha]{[Índice]-1}) would iterate every row for mutiple times.
There is an easy way to achieve the goal: find the previous date for each ID.
https://www.youtube.com/watch?v=xN2IRXQ2CvI
If these method still slow for your scenario, try to speed up it with Table.buffer, List.generate,,ect
Performance tip for List.Generate (1): Buffer your tables in Power BI and Power Query
Table.Buffer for cashing intermediate query results or how workaround Unnecessary Queries Issue
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.