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