Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Min for group while still being externally filterable

Ok I may be going crazy and just missed something simple, but this is driving me crazy.  I've searched and tried so many solutions at this point.     I want to be able to calculate the minimum Unit...
  • MFelix's avatar
    5 years ago

    Hi Anonymous ,

     

    Try the following measure:

    Minimum Values = MINX( FILTER(ALLSELECTED('Table'), 'Table'[ITEM_ID] = SELECTEDVALUE('Table'[ITEM_ID]) ), 'Table'[Unit Price])

     

     

     

    Result in attach PBIX file.