Forum Discussion
Turka89
6 years agoHelper I
if this column equal these values
Hi, I have this scenario, if this column equals these values then show the result. However, there is a blank entry of which I want it deleted. Here is the DAX column = IF(REQUISITION[Divisio...
parry2k
6 years agoSuper User
Turka89 use filter or add a measure and display in the visual
measure = IF(MAX(REQUISITION[Division]) IN {"IT", "HR"}, MAX(REQUISITION[Division])
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!