Forum Discussion
How to link target table and sales table using Bridge ?
- 5 years ago
Hi, admin11
According to your requirement, I modify your bridge table code, then you can put the bridge table field 'staff' in the table1's value.
Like this:
Group16 = // DISTINCT ( // UNION ( // SUMMARIZE ( SALES, SALES[Sales Staff] ), // SUMMARIZE ( TARGET_16, Target_16[GROUP_16]) // ) // ) INTERSECT(DISTINCT(SALES[Sales Staff]),DISTINCT(Target_16[GROUP_16]))Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, admin11
According to your requirement, I modify your bridge table code, then you can put the bridge table field 'staff' in the table1's value.
Like this:
Group16 =
// DISTINCT (
// UNION (
// SUMMARIZE ( SALES, SALES[Sales Staff] ),
// SUMMARIZE ( TARGET_16, Target_16[GROUP_16])
// )
// )
INTERSECT(DISTINCT(SALES[Sales Staff]),DISTINCT(Target_16[GROUP_16]))
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- admin115 years ago
Memorable Member
- v-janeyg-msft5 years ago
Community Support
Hi, admin11
Thank you for your praise, I just try my best to realize your needs from your perspective. Can you give me kudos as a reward😊
Best Regards
Janey Guo
- admin115 years ago
Memorable Member
Done, i Owe you one drink.