Forum Discussion

BrittH's avatar
BrittH
Regular Visitor
2 years ago
Solved

How to calculate difference score in matrix visual

Hello,   I was wondering whether anyone can help me.   In the screenshot below you see a matrix. I want to have another column in that matrix showing the difference score between NL 13 and UT. Ho...
  • Uzi2019's avatar
    2 years ago

    Hi BrittH 
    Create below meausre like this

    Final =
     var NL= calculate( sum(amount), Intelligen= "NL 13")
    var UT= calculate (Sum(amount), Intelligen= "UT")
    var Difference = [NL]- [UT]

    Return Difference

     

    I hope it may resolves your issue!