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
A DAX formula depends on the tables, columns and relationships. It is impossible to help you unless you provide all this information.
Maykel
7 years agoFrequent Visitor
Hi Matt,
Here is the Data
- MattAllington7 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.
- Maykel7 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