Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
DLittle
New Member

Help with a Basic Calculated Column

I am fairly new to DAX and struggling with what I think is something quite basic that I am hoping somebody will be able to help with. 

 

I am trying to create a new calculated column in my "Control results" table (Pleas see my model below) that just sums the values of both the "Metric Text Box Integrated with" Column and the "Multi Choice Button Interacted with" column from my "Metrics" table.

 

DLittle_0-1669394594601.png

 

I am using the following Dax Formula

Control Interacted with = SUM(metrics[Multi Choice Button Interacted with]) + SUM(metrics[Metric Text Box Interacted with])
 
But when I do I get the total value for all rows in the "Metrics" table, rather than the ones that relate to just the ID row in the "Control results" table. In the image below the "Control Interacted with" column should have a low number of 1 to about 8 and be different for each row here?
 
DLittle_1-1669394736273.png

 

I am sure this is something very basic, but I would be very grateful of any help anyone can give.

 
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@DLittle , You need two use one of the 4 way copy data from one table to another

 


refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8

 

related , relatedtable, lookup or sumx/minx/maxx with conditions

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
DLittle
New Member

Thanks You @amitchandak I used the SUMX with a FILTER has it has worked perfectly

amitchandak
Super User
Super User

@DLittle , You need two use one of the 4 way copy data from one table to another

 


refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8

 

related , relatedtable, lookup or sumx/minx/maxx with conditions

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

Top Kudoed Authors