With the columns of a denormalized source table pivoted to value rows in a matrix, what DAX would calculate the difference between matrix columns?
Selecting columns in Dax are one thing, but when columns are on rows, then how to select them?
There are many examples with date differences or adjacent rows, but those don't work here.