Forum Discussion
sec12tst8r84
8 years agoFrequent Visitor
Matrix - Measure Row Total
Hello, I'd like to subtract the difference between two rows within a matrix visual. In the case below, I want to subtract Gross Potential Rent and Rent to determine rent loss. Is there also...
- 8 years ago
Hi sec12tst8r84,
If [Gross Potential Rent] and [Rent] are two measures, then you should be able to use the formula below to create a new measure to calculate the rent loss, and then show it on the matrix or other visuals. :smileyhappy:
Measure = [Gross Potential Rent] - [Rent]
Regards
v-ljerr-msft
8 years agoMicrosoft Employee
Hi sec12tst8r84,
If [Gross Potential Rent] and [Rent] are two measures, then you should be able to use the formula below to create a new measure to calculate the rent loss, and then show it on the matrix or other visuals. :smileyhappy:
Measure = [Gross Potential Rent] - [Rent]
Regards