Forum Discussion
Return Value based on two text conditions
- Anonymous6 years ago
Hi Guys
One thing I ommitted previously was that there was a slicer that singled some results to a particular period.
This calculation was taking the whole period, and I added the ALL() funtion to the end looking up the date table, By adding the ALL() funtion straight after the SUM() meant I got the solution I was looking for.
Thank you so much for all your efforts in helping, all of the information provided has been useful!
All the best, and happy data naughting!
Hi Anonymous ,
Have you tried the if statement?
Capex Total TD = IF(MAX(Table[Type]) = "Capex"&&MAX(Table[Period]) = "Total",[measure])
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Liang,
Thanks for you're answer, Howvever I am still getting no results from this solution.
I'm really stuck at an impass here!