Forum Discussion
rosamhernandez1
Helper I
2 years agoBest Way to Create Column that First Calculates Range, then Assigns Value
I am new-ish to creating columns in the Query, and can use help finding the best way to create this calculation. This is my data and range: Project RATE APE CostDiff CostHealth ...
- Anonymous2 years ago
Hi rosamhernandez1 ,
We can add two conditional columns.
Then we add three custom columns.
Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
rosamhernandez1
Helper I
2 years ago
thank you, I am not familiar with DAX and have been using M query to add columns as of now, is there a way to translate this into M?
Anonymous
2 years agoNot applicable
Hi rosamhernandez1 ,
We can add two conditional columns.
Then we add three custom columns.
Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- rosamhernandez12 years ago
Helper I
Anonymous thank you! this did the trick, much appreciated!