Forum Discussion
pdeubner
1 year agoFrequent Visitor
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...
- 1 year ago
Is this what you're looking for?
resource2 = CALCULATE ( MAX ( Data[ressource] ), FILTER ( ALLEXCEPT ( Data, Data[order no.] ), Data[phase] = 2010 ) )