Forum Discussion
meena16_vibrant
3 years agoFrequent Visitor
DAX Help
HI, a,b,c,d values are presented in same matrix format as below. I want to write a DAX measure for Formula1 and Final Formula. Can you pls let me know how to achieve it in DAX?
- 3 years ago
when you put this measure in you matrix, the grand total will give the result of (B2*D2)+(B6*D6)
meena16_vibrant
3 years agoFrequent Visitor
Thank you so much wdx223_Daniel . Can you please help to get DAX for final formula?
(B2*D2)+(B6*D6) .
B2 - sum of value (a +b) and D2= value which I get from formula1.
B6 -sum of value(c+d) and D6 = value which I get from formula1. I have to show it in card visual.
wdx223_Daniel
3 years agoCommunity Champion
when you put this measure in you matrix, the grand total will give the result of (B2*D2)+(B6*D6)