Forum Discussion
Unpivot table
- 3 years ago
Hey JustNewbie
If you are using Table 2 as a slicer then as a workaround you can take a duplicate of Table 2 and unpivot that duplicate table so your Table2(older one without unpivot) will have 1 to many relationships with Table 1 and Duplicate of Table, So by this way you handle this.
If this works for you then please mark my solution as accepted so that it can help others too. Thank you!
Hey JustNewbie
If you are using Table 2 as a slicer then as a workaround you can take a duplicate of Table 2 and unpivot that duplicate table so your Table2(older one without unpivot) will have 1 to many relationships with Table 1 and Duplicate of Table, So by this way you handle this.
If this works for you then please mark my solution as accepted so that it can help others too. Thank you!
thanks, does it means I need to have table 2 & duplicate table 2 connected to Table 1?
- Dhairya3 years agoSolution Supplier
No relationship will be like
table2 1 to many table1
table2 1 to many table2 duplicate(unpivoted)- Dhairya3 years agoSolution Supplier
Hey JustNewbie
If this works for you then please mark my solution as accepted so that it can help others too. Thank you!