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
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
= 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
- Ivancito1114 years agoResolver I
I'm going to close the thread because it fixed itself, apparently Power BI was not showing me the correct values, after trying the next day, the 806,6 was loaded in the DB, but it was not showing me.
Thank you very much.