Forum Discussion
SkorpionAAM
4 years agoHelper V
Need maxx
I have function i need to add max date in this function i tried but getting error UNQExpected = sumx(Summarize('mms Statistics', 'mms Statistics'[run_name_segement] ,'mms Statistics'[layernam...
- Anonymous4 years ago
Hi SkorpionAAM ,
If you want to get the maximum [Expected] of each 'mms Statistics (2)'[run_name_segement]) and 'mms Statistics (2)'[layername] ? If so , please try:
MAXX = MAXX(FILTER(ALL('mms Statistics (2)'),[run_name_segement] =MAX('mms Statistics (2)'[run_name_segement]) && [layername] =MAX('mms Statistics (2)'[layername])),[Expected])If not, can you please share more detail information about the logic of MAX to help us clarify your scenario?Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
PaulDBrown
4 years agoCommunity Champion
Please provide sample data and a depiction of the expected output to help us understand what you need and provide a working solution.
SkorpionAAM
4 years agoHelper V
I want Unique value of latest Date group by Layname,Run Name Segmenr and Latest Date ..
I can share the Power Bi File If you want please let me can i share the file on Google Drive>>
How can i share Sample data Or Power BI file