Forum Discussion

pdeubner's avatar
pdeubner
Frequent Visitor
1 year ago
Solved

Create set/ order value from single row in set

Dear,   I currently have an issue where I seemingly meet my limits - even though I thought it should be quite easy to do. In a table, I have a lot of data out of our ERP system They have the foll...
  • danextian's avatar
    danextian
    1 year ago

    Is this what you're looking for?

    resource2 = 
    CALCULATE (
        MAX ( Data[ressource] ),
        FILTER ( ALLEXCEPT ( Data, Data[order no.] ), Data[phase] = 2010 )
    )