Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Add New Column to show Measurement Difference

I've seen several similar posts but these have not helped me. Thus if you have a moment would you please take a look?   1. What I want to do: Add a new column to a Matrix that shows the difference ...
  • v-kelly-msft's avatar
    5 years ago

    Hi Anonymous ,

     

    You could create a measure as below:(calculated column can only be available when you convert the other 2 measures into calculated columns)

     

    Measure 2 = 'F_QUALITE_REPONSE'[Measure]-'F_QUALITE_REPONSE'[R_CONFORME_SANS_NA]

    And you will see:

    For the related .pbix file,pls see attached.

     

    If it doesnt help,could you pls provide detailed data?Thus I could better support you.

     

     

     

    Best Regards,
    Kelly

    Did I answer your question? Mark my post as a solution!