Forum Discussion
Problems with Fill Down in power query
- 4 years ago
Yes, but select your query, go to Home tab > Advanced Editor then copy everything in there:
Then paste the whole lot into the </> code window here.
Pete
Ok. Very difficult to diagnose as-is.
Can you post the M code for your query into a code window (</> button) please?
Pete
I am going to publish all the M code, in case there is something I did before that generates the error.
-----------------------------------------------------------------
-----------------------------------------------------------------
--------------------------------------------------------------------------
----------------------------------------------------------------------
-------------------------------------------------------------------
-----------------------------------------------------------------------
These are all the steps I perform with the table
I get the data from this website: https://www.sii.cl/valores_y_fechas/dolar/dolar2021.htm
and I use table 12 if you want to try it.
Thank you very much for your help
- BA_Pete4 years agoSuper User
Hi Ivancito111 ,
Thanks for this, but all you need to do is select your query, then go to Home tab > Advanced Editor and copy all the M code from there and paste into a code window using this button here:
Thanks,
Pete
- Ivancito1114 years agoResolver I
= Table.FillDown(#"Changed Type1",{"Nov"})This??
- BA_Pete4 years agoSuper User
Yes, but select your query, go to Home tab > Advanced Editor then copy everything in there:
Then paste the whole lot into the </> code window here.
Pete