Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I want to have all the Project Numbers except '9000098' from the Project_Number column.
How can I do that?
thanks
OR
= Sum(IF(Project_Number <> '9000098', Measure))
Yes, It worked out. thank you
thank you Sunny. I have used this expression and it worked out.
(Sum({<Project_Number -= {'9000098'}>}GMP_Gross_Profit_USD)
/
Sum({<Project_Number -= {'9000098'}>}GMP_Sales_USD))*100
Awesome ![]()