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...
MattAllington
7 years agoCommunity Champion
Yes, that is the data. But which tables, which columns, what relationships? Power BI is not like Excel. You can’t look at numbers on the page like you have presented and work out the formula. You must consider the 3 things I mentioned.
Maykel
7 years agoFrequent Visitor
Is this enough info? Thanks.
- v-jiascu-msft7 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