Forum Discussion

flemingg62's avatar
flemingg62
Icon for Helper I rankHelper I
3 years ago
Solved

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     I want to sum how may utilised th...
  • tamerj1's avatar
    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 ) )