Forum Discussion
Filter a third table without changing the relationship direction
- 8 months ago
fbittencourt , if you do not change relation between REF AED AND REF LISTE PROJET , you can not show REF AED - SH proprietaire and STATUS PROJET as "Not Sumamrized" field. You can show them as measure
maxx(filter('REF AED', 'REF AED'[Key] in values('REF LISTE PROJET'[Key])), [STATUS PROJET])
Else, change it to bi-directional if it allows.
fbittencourt , if you do not change relation between REF AED AND REF LISTE PROJET , you can not show REF AED - SH proprietaire and STATUS PROJET as "Not Sumamrized" field. You can show them as measure
maxx(filter('REF AED', 'REF AED'[Key] in values('REF LISTE PROJET'[Key])), [STATUS PROJET])
Else, change it to bi-directional if it allows.
Thank you again to be always disposal to help all members of this community!!