Forum Discussion
Anonymous
6 years agoNot applicable
Using 1 slicer for 2 different Queries
Hi I need some expertise on this following challenge i am facing. I have data from 2 different Queries: Query A: There are 43 columns in total. Query B: There are 5 columns in to...
- 6 years ago
Hello
Try creating a dimension table like this:
Dimension Table = DISTINCT(SELECTCOLUMNS(QueryB,"Benefit-Benefit Country",QueryB[Benefit-Benefit Country]))Next, create your relationships as one-to-many:
Choose the [Benenfit-Benenfit Country] column as the slicer, when you select a value in it, the slicer will filter the two other tables:
I hope this helps.
Best regards
Giotto Zhi
v-gizhi-msft
6 years agoCommunity Support
Hello
Try creating a dimension table like this:
Dimension Table = DISTINCT(SELECTCOLUMNS(QueryB,"Benefit-Benefit Country",QueryB[Benefit-Benefit Country]))Next, create your relationships as one-to-many:
Choose the [Benenfit-Benenfit Country] column as the slicer, when you select a value in it, the slicer will filter the two other tables:
I hope this helps.
Best regards
Giotto Zhi