Forum Discussion

robertspot's avatar
robertspot
New Member
8 years ago
Solved

Get minimum value for a specific Id

Hello,   I want to show the minimum date value for an specific Id, and this value should change on depends of the filter dates selected by the user.   I tried several solutions (index, row_number...
  • Zubair_Muhammad's avatar
    8 years ago

    robertspot

     

    I think a simple MEASURE like

     

    =MIN(TABLENAME[Date])   should work here

     

    May be i am missing something