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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
flemingg62
Helper I
Helper I

Can't Sum to linked tables

Hi

New to Power BI and moving some reports from Access

I have 2 tables one with Data and one a reference table

The linked filed is Queston Code

flemingg62_0-1665324165048.png

 

flemingg62_1-1665324165053.png

 

I want to sum how may utilised there are by Survey Type

But it is only summing how may time it occurs in the reference table (BI_Activities), see below, How can I calculate how many times it matches with the main data (BI_SurveyData)

flemingg62_2-1665324165055.png

 

 

flemingg62_3-1665324165057.png

 

When I run the query on access

 

flemingg62_4-1665324165058.png

 

flemingg62_5-1665324165059.png

 

 

 

1 ACCEPTED SOLUTION
tamerj1
Community Champion
Community Champion

hi @flemingg62 

you can use a measure that CROSSFILTER the relationship to 2way
Total Utilized = 

CALCULATE ( SUM ( BI_Activitie[Utilised] ), CROSSFILTER ( BI_Activities[Question Qode],BI_SurveyData[Question Qode], BOTH ) )

View solution in original post

3 REPLIES 3
tamerj1
Community Champion
Community Champion

hi @flemingg62 

you can use a measure that CROSSFILTER the relationship to 2way
Total Utilized = 

CALCULATE ( SUM ( BI_Activitie[Utilised] ), CROSSFILTER ( BI_Activities[Question Qode],BI_SurveyData[Question Qode], BOTH ) )

Greg_Deckler
Community Champion
Community Champion

@flemingg62 Flip your relationship direction to "Both"?



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Hi as somone new to Power BI is that a solution or just a comment?. if a solution can you please expand.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.