简体   繁体   中英

Power BI Relationship established, but # values are the same when leveraging

在此处输入图像描述

I have created a relationship between multiple data sources and am trying to leverage information across them. I ideally want to show the cost associated with different banking transactions by company. These would come from the deals table and the cost table - the two at either end of the relationship. 在此处输入图像描述

I tried deleting blanks, removing excess values etc. I am hoping the relationship can be fixed.

ENTITY_INFO filters PAYMENTS but not Cost.

To calculate the total cost of all payments for a company, add a measure like

TotalPaymentCost = sumx(PAYMENTS,RELATED(Cost[Cost]))

. Most commonly this measure would be added to the PAYMENTS table, but it doesn't actually matter what table you put measures on.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM