The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I have one table "Code table". Here Product code (Mobile, TV, Monitor, etc) is mentioned based on different stores (South Store, North Store, Ease, and West store).
I have another table "PO Table". Here one monitor is ordered from South store. But this product will be delivered from East store.
Both tables are in Power Query. In "PO Table", I want to get the item code of the delivery store based on the Store location. Please find the Picture for a better understanding.
For the first example, Conditional cells are marked with a red circle.
This would be great if you can give the solution with normal Power query steps rather than M language. 😀
Solved! Go to Solution.
yes, I solved it. Main Part needs to pivot other columns of "Code table".
Then Need to merge and compare with "PO Table". With the below steps, Solved it. Shared with all if it helps other.
yes, I solved it. Main Part needs to pivot other columns of "Code table".
Then Need to merge and compare with "PO Table". With the below steps, Solved it. Shared with all if it helps other.