Forum Discussion
Custom coloumn support
hi,
below is my conditional coloumn(in power query), which is not giving me the right output
= Table.AddColumn(#"Filtered Rows", "Custom", each if [Actual USD Constant] < 0 then "Reverse Charge" else "Not a reverse")
what i need is
custom or conditional coloumn based on below parameter, let me know how to create that
if [Actual USD Constant] <= 0 and c. Charged hours<0
then "Reverse Charge" else "Not a reverse")
hi All,
i figured it out, thanks
2 Replies
- vjnvinod
Impactful Individual
hi All,
i figured it out, thanks
- dax
Community Support
Hi vjnvinod,
It seems that you solve this problem, right? If so and if you'd like to, you could mark corresponding post as answer or share your solutions. That way, people who in this forum and have similar issue will benefit from it.
Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.