I need to analyze the sensitivity of the Wage, I need to use measure instead of column to calculate row by row . For a complete explanation, I have sent a PDF and all the items in it are mentioned.
Thank you for explaining if this is possible or not?
I emphasize again, I don't want to use the new column and I definitely need a measure .
Using "Data" as your table name:
Wage = SUMX ( Data, IF ( Data[value] > 15000, 200, 100 ) )
How it works: