Forum Discussion

FatBlackCat30's avatar
FatBlackCat30
Microsoft Employee
5 years ago
Solved

subtract two values in a graph

hi all,

 

I am trying to create a DAX measure that will subtract the users & the devices for the dates 6/30/2017 & 6/30/2018

 

So I want the DAX measure to do 150000-180000 and 250405 - 548080

 

Attributes6/30/20176/30/2018FY18 YoY Growth (want to create with dax)
Users150000180000=C2-B2
devices250405548080=C3-B3
Total =SUM(B2:B3)=SUM(C2:C3)=SUM(D2:D3)

 

what would be the best approach to do this?

 

thank you!

2 Replies