Forum Discussion

MaQaN's avatar
MaQaN
Frequent Visitor
5 years ago
Solved

Need support with Calculated measures

Hello, I have a problem that I need help with as I’m unable to find a solution myself.   I currently have a table visualization set up as bellow where I’m summarizing data from multiple query’s. ...
  • v-deddai1-msft's avatar
    5 years ago

    Hi MaQaN ,

     

    Use the measure below:

     

    Measure = CALCULATE(MAX('Table'[Stock Zone]),FILTER(ALL('Table'),'Table'[Order line number] = MAX('Table'[Order line number])&&'Table'[Location] IN{ "ZZ", "OO", "YY" ,"XX"}))

     

     

    For more details, please refer to the pbix file.

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

    Best Regards,

    Dedmon Dai