Awesome tutorial, crystal clear and concise. I have strugling to understand the relationship between the order and order_items table. I cant take you enough for such wonderful tutorial. Keep it up.
I did follow all steps and created a new file but in the end its not complete as these orders do get fulfilled and then they need to hidden or removed from the orders page. I guess it would be better to just move this data to another sheet where old records get maintained and maybe in future we could work on a dashboard. This is getting very interesting. Thank you for such great and informative video ❤
A dashboard is a good idea. I don't have a video on that, but my other videos might give you some inspiration: In my Autofill Invoice video, you can see how to use VBA to bring data into another sheet: th-cam.com/video/XtcjX2mfKLY/w-d-xo.html In my Compare List video, you can see how to use Power Query to join tables, so you can join Orders x Customer x Products x Product Details: th-cam.com/video/jKQ0Yx8RJGw/w-d-xo.html
The Unit Price in the Order Details table should be a "snapshot" of the price at the time of the order. That is the price the customer paid and should never change. You should not use VLOOKUP because if you decide to change the price in the Products table in the future, it will change the prices in the Order Details table and your order history will not be accurate anymore.
Awesome tutorial, crystal clear and concise. I have strugling to understand the relationship between the order and order_items table. I cant take you enough for such wonderful tutorial.
Keep it up.
If you're interested in taking the Orders data and autopopulating an Invoice template: th-cam.com/video/XtcjX2mfKLY/w-d-xo.html
I did follow all steps and created a new file but in the end its not complete as these orders do get fulfilled and then they need to hidden or removed from the orders page. I guess it would be better to just move this data to another sheet where old records get maintained and maybe in future we could work on a dashboard. This is getting very interesting.
Thank you for such great and informative video ❤
A dashboard is a good idea. I don't have a video on that, but my other videos might give you some inspiration:
In my Autofill Invoice video, you can see how to use VBA to bring data into another sheet: th-cam.com/video/XtcjX2mfKLY/w-d-xo.html
In my Compare List video, you can see how to use Power Query to join tables, so you can join Orders x Customer x Products x Product Details: th-cam.com/video/jKQ0Yx8RJGw/w-d-xo.html
Hey! Could you please explain why you didn't VLOOKUP the Unit Price?
The Unit Price in the Order Details table should be a "snapshot" of the price at the time of the order. That is the price the customer paid and should never change. You should not use VLOOKUP because if you decide to change the price in the Products table in the future, it will change the prices in the Order Details table and your order history will not be accurate anymore.
This is excellent. It is a great tip. I have experienced this e I did not know how to work it arround.
Please provide a link to download this sample file. Thank you❤
Thanks for your interest, I uploaded the files here:
github.com/johnnycode8/excel_vba_power_query