Forum Discussion
bstark1287
3 years agoHelper II
Circular Dependency
I am trying to create a calculated column within my 'tbl_Calendar'. The dax I am using is: OE USD = CALCULATE( SUMX('Raw Order Data',[Net Value]) ) - CALCULATE( SUMX('Raw Order Data',[Net V...
- 3 years ago
Hi bstark1287
Why could you not create a measure for sales and a measure for cancelled orders.
Then you can subtract sales from cancelled.
When you put this into your visuals it will work it out automatically.
GilbertQ
3 years agoSuper User
Hi bstark1287
Why could you not create a measure for sales and a measure for cancelled orders.
Then you can subtract sales from cancelled.
When you put this into your visuals it will work it out automatically.
- bstark12873 years agoHelper II
You are a hero! The measures worked. For some reason I thought that measures wouldn't work. For reference of others the measures I used are posted below.
- GilbertQ3 years agoSuper User
Glad to hear I could help!