Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

find the corresponding value based on maxi value

Hi Experts

 

I have the following measure which gives me the correct Max value for a paritcular client - works fine. I want to amend the formula so now it gives me the division assoicated with that MAXI value..

 

ABC = CALCULATE(MAX(Client_Summary_[F2F]),FILTER(Client_Summary_,Client_Summary_[ClientName]=SELECTEDVALUE(Client_Summary_[ClientName])))

 

  • Anonymous's avatar
    Anonymous
    8 years ago

    Hi Anonymous,

     

    Since I'm not clear for your requirement, can you please share more about calculate logic of division?

     

    Regards,

    Xioaxin Sheng

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous,

     

    Since I'm not clear for your requirement, can you please share more about calculate logic of division?

     

    Regards,

    Xioaxin Sheng

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi Sheng

       

      I managed to solve the problem using...

       

      Measure = CALCULATE(VALUES(Table1[B Unit]),FILTER('Table1','Table1'[Count]=MAXX('Table1','Table1'[Count])))