Forum Discussion

mrothschild's avatar
mrothschild
Icon for Continued Contributor rankContinued Contributor
5 years ago
Solved

Retrieving first column of data from a Matrix

Hi, I'm trying to get a difference of Years in a dynamic Matrix.   The output in the screenshot below comes from the following formula, and is not the intended result.   CALCULATE( MINX(...
  • parry2k's avatar
    5 years ago

    mrothschild change measure to this:

     

    Starting Sales Year = 
    CALCULATE ( 
        MIN ( 'Helivalues Transaction History'[Sale Year] ), 
        ALLSELECTED ( 'Helivalues Transaction History'[Sale Year] ) 
    )

     

    Follow us on LinkedIn

     

    Check my latest blog post The Power of Using Calculation Groups with Inactive Relationships (Part 1) (perytus.com) I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!

     

    Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.