Forum Discussion
sammy02hk
3 years agoHelper I
Select Row Values by column Selection
Hi there, could you please give me some hints on the following scenario... Thank you very much. Table info: Promotion Table Promotion Name and promtion realted Article are not fixed. Unique Pr...
- 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
3 years agoHelper I
amitchandak Hi Amit. Thank you for your solution.
As the amount of Promotion table is quite a lot. Are there any alternative way, so that I can reduce the data size.
Thank you.