Forum Discussion

s45kougo's avatar
s45kougo
Helper I
6 years ago
Solved

Filtering within a VALUES function based on another field

Hi all - hoping someone can help me with this (my first plea for help!)   I'll give an anonymised example of what I need to do - the real version is obviously a bit more complicated! I have a tabl...
  • mahoneypat's avatar
    6 years ago

    Another approach is to use CALCULATETABLE(VALUES(Table[Fruit]), Table[Colour] = "green").

     

    If this works for you, please mark it as the solution.  Kudos are appreciated too.  Please let me know if not.

    Regards,

    Pat