Forum Discussion
Select Row Values by column Selection
- 3 years ago
sammy02hk , you have to unpivot the first table and bring Promotion Name on rows and then you can join and filter
Unpivot Data(Power Query): https://youtu.be/2HjkBtxSM0g
- 3 years ago
Hi sammy02hk,
Did you intend to accomplish this task?
If so, utilizing a many-to-many relationship between the Article Sales and Promotion Table is an option. I am attaching the modeling view for your reference here.
Warm regards,
Riddhesh
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
sammy02hk , you have to unpivot the first table and bring Promotion Name on rows and then you can join and filter
Unpivot Data(Power Query): https://youtu.be/2HjkBtxSM0g
Hello Amit,
Thank you for your reply. Let me study this function.