Forum Discussion

Sony's avatar
Sony
Frequent Visitor
5 years ago
Solved

DAX Measure

Trying to figure out how to create a measure that performs a calculation for each region in the dataset then rolls it together.  For example, table 1 has Region and Sales (i.e. DEN, 1000) and table 2...
  • Fowmy's avatar
    5 years ago

    Sony 

     

    The following measure should work with a relationship:

     

    New Measure = 
    SUMX(
        'Table 1',        
        'Table 1'[Sales] * RELATED('Table 2'[Growth])
    )

    ________________________

    If my answer was helpful, please click Accept it as the solution to help other members find it useful

    Click on the Thumbs-Up icon if you like this reply đŸ™‚


    Website YouTube  LinkedIn