Forum Discussion
Add New Column to show Measurement Difference
- 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,
KellyDid I answer your question? Mark my post as a solution!
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!