Forum Discussion
Dynamic Table based on Slicers
- 8 years ago
Hi dkr,
As you have mentioned amy be you can create a new table with unique values of table B and use that to create relationship with tables C and D. You will then use the new table valuces in Slicer B.
You can create a new table by selecting the New Table buttion in Modelling tab.
Table = Values('TableB'[Column1])
If you can upload a pbix file with sample data to a cloud drive and share the link, we could try to help.
Hi dkr,
As you have mentioned amy be you can create a new table with unique values of table B and use that to create relationship with tables C and D. You will then use the new table valuces in Slicer B.
You can create a new table by selecting the New Table buttion in Modelling tab.
Table = Values('TableB'[Column1])
If you can upload a pbix file with sample data to a cloud drive and share the link, we could try to help.
- dkr8 years agoFrequent Visitor
Many thanks for your help. It was the Bi-Directional setting on the relationship that I had overlooked.