Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi Team,
Need your help please.
I have two tables - Master Table and Target table:
Master Table:
Target table:
Now in Target table I want to calculate Target Column as:
Target Coumn= Efficiency benefit - 'Master Table'[Cost Avoidance]- 'Master Table'[Loss].
And the I can present the Target table in a matrix.
I have tried creating DAX using SUM and Related functions but it doesn't help.
SUM summarizes and returns one value whereas Related did not work at all.
Please anyone can help me here ?
Solved! Go to Solution.
@Saswa_D use this:
SUMX (
RELATEDTABLE ( 'Master Table' ),
Master Table'[Cost Avoidance]- 'Master Table'[Loss]
)
@Saswa_D use this:
SUMX (
RELATEDTABLE ( 'Master Table' ),
Master Table'[Cost Avoidance]- 'Master Table'[Loss]
)
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
12 | |
8 | |
8 | |
7 |
User | Count |
---|---|
15 | |
13 | |
9 | |
7 | |
6 |