Forum Discussion
Anonymous
8 years agoNot applicable
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])))
- Anonymous8 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
- AnonymousNot applicable
Hi Anonymous,
Since I'm not clear for your requirement, can you please share more about calculate logic of division?
Regards,
Xioaxin Sheng
- AnonymousNot applicable
Hi Sheng
I managed to solve the problem using...
Measure = CALCULATE(VALUES(Table1[B Unit]),FILTER('Table1','Table1'[Count]=MAXX('Table1','Table1'[Count])))