Forum Discussion
flemingg62
Helper I
3 years agoCan'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 I want to sum how may utilised th...
- 3 years ago
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
3 years agoflemingg62 Flip your relationship direction to "Both"?
flemingg62
Helper I
3 years agoHi as somone new to Power BI is that a solution or just a comment?. if a solution can you please expand.