This is absolutely EPIC. Records has taken the merge to a new level! Please make a video where the price is retreived correctly after the date of change. Meaning, look at my transaction date and fetch the price on or after that date from the price list
Happy that you found it useful, if I am not mistaken, this video will answer your question APQ12 | Exact & Approximate Match | Lookup changing Prices & Discount | Advanced Power Query th-cam.com/video/rQZBORgxg14/w-d-xo.html
Thank you for showing the trick of using each with records to extract multiple values 🙏. At 18:03, Table.Sorts comparison requirement as a list is surprising given it says “as any”; it would be much appreciated if a video was made going over how to know when a function parameter requires a list or record, even when it doesn’t say. Or maybe it just needs to be memorized? Thank you.
Very cool technique. It would be nice to see this done to get the one "correct" price. That is the price on the date of the sale - that is the sale date is less than the max date.
Here is a challenge for you. Get the price that was in effect when the product was purchased. So you could have a different price for each item, even if they are the same item.
This one is much easier, in such a case I would use table.selectrows to filter down the price list for all price before the purchase date, then I would pick the last item using list.last(provided that the price list is sorted properly)
I have a question for you. I am merging the query . After merger done i can see the duplicate entry updated by power query.How to avoid this step and i cannot delete the duplicate entry there are duplicate amounts in another tab
What if I have a scenarios where I need to bring over a city name instead of price. And the SalesData table has extra products not present in PriceList table. And also on the PriceList table different products can have same city name. So in the end I want to bring over city name to SalesData table, and also get rid of the extra products in SalesData.
So glad I found your channel - been struggling with this issue for a while and this is beautiful solution
This is absolutely EPIC. Records has taken the merge to a new level! Please make a video where the price is retreived correctly after the date of change. Meaning, look at my transaction date and fetch the price on or after that date from the price list
I would like to see that too. Please make such a video! :)
@@juja2819 I took up that challenge and made that one myself !
Happy that you found it useful, if I am not mistaken, this video will answer your question
APQ12 | Exact & Approximate Match | Lookup changing Prices & Discount | Advanced Power Query
th-cam.com/video/rQZBORgxg14/w-d-xo.html
Believe me! because of your teaching style and wonderful explanation Power Query has become so interesting, easy and simple. Thank you very much.
Thank you so much Zahoor, appreciate your encouragement and support
HI Amir. Nice to see you back with a new video. Very helpful!
Thank you, happy that you liked it
Amir.. your are a great source for PQ solutions...Please keep the videos coming
Good job, who needs Add Custom Column when you can just make a record and expand it! Well done.
Thank you 🙏
Absolutly brillant ! Thanks you for this wonderful demo.🙏🏽
Thank you so much, happy that you found it useful
Excellent communication and good examples
Happy that you found it useful
Next level!
This is what I thought!
Fantastic😊..This is great...
Thank you 🙏
This is really inspiring as always. Thanks a lot.
My pleasure, thank you for your comment
Genius, much love from 🇩🇿
Thank you Hicham, Cairo loves you as well
This helped a lot! Thank you! :)
Happy to hear that, most welcome
Excellent!! I have an issue like this and now o know how to solve. Thanks a lot.
Most welcome , happy that you found it helpful 👍
Your all the videos are very informative and amazing.
Thank you so much
Excellent tutorial. Thank you very much.
Most welcome 🙏
Just fantastic tutorial
Thank you 🙏
Very impressive!
Thank you 🙏
Great video!
Thank you 🙏
Magical, I love it!
Thank you 🙏
Thank you for the wonderful tips...god bless...
Most welcome dear
Very nice, thanks for sharing.
Thanks for watching!
very nice expansion to the columns.
Thank you 🙏
Thank you for showing the trick of using each with records to extract multiple values 🙏. At 18:03, Table.Sorts comparison requirement as a list is surprising given it says “as any”; it would be much appreciated if a video was made going over how to know when a function parameter requires a list or record, even when it doesn’t say. Or maybe it just needs to be memorized? Thank you.
Excellent dear
Thank you 🙏
Excellent!
Thank you 🙏
Very cool technique. It would be nice to see this done to get the one "correct" price. That is the price on the date of the sale - that is the sale date is less than the max date.
thank you Jerry, i made video APQ12 to show exactly how you get exact price
th-cam.com/video/rQZBORgxg14/w-d-xo.html
Here is a challenge for you. Get the price that was in effect when the product was purchased. So you could have a different price for each item, even if they are the same item.
This one is much easier, in such a case I would use table.selectrows to filter down the price list for all price before the purchase date, then I would pick the last item using list.last(provided that the price list is sorted properly)
@@aaaexcelenglish Oh that is wonderful!!! You are for sure someone that I am going to follow and sub to.
I have a question for you. I am merging the query . After merger done i can see the duplicate entry updated by power query.How to avoid this step and i cannot delete the duplicate entry there are duplicate amounts in another tab
Try inner join kind if it suits your requirements
Great
Thank you 🙏
I've been here and let you know. I'm still confused about how and when to use table, list and record in power query
What if I have a scenarios where I need to bring over a city name instead of price. And the SalesData table has extra products not present in PriceList table. And also on the PriceList table different products can have same city name. So in the end I want to bring over city name to SalesData table, and also get rid of the extra products in SalesData.
Try to change the join kind to inner or right outer, if I understood correctly
Beautifully done. Thank you
Thank you too!