Forum Discussion
Maykel
7 years agoFrequent Visitor
Multiplying Rows & Columns to calculate Yield
Hello Fellow PBI Users! I always seem to overcompliate and confuse myself using DAX but I was hoping to get some help. What I would like to achieve is a total yield for a specifc group by mul...
Maykel
7 years agoFrequent Visitor
Is this enough info? Thanks.
v-jiascu-msft
7 years agoMicrosoft Employee
Hi Maykel,
Please refer to the snapshot below. Is it what you'd like?
Measure = PRODUCT(Table1[Program Yield])
Best Regards,
Dale
- Maykel7 years agoFrequent Visitor
Hi Dale,
Thanks for the quick reponse. Here is what I am getting...
Why is the cal off? Could it be because of a relationship table?
- v-jiascu-msft7 years agoMicrosoft Employee
Hi Maykel,
Did you mean the blank of "Plant Group"? Yes, mostly because of the relationship. Some values don't have matches. Please check out.
Best Regards,
Dale