Forum Discussion
rmartin1
3 years agoFrequent Visitor
Dax formula help
Hi All, I was wonder if you can provide some help with dax formula is not working when I drop it in custom column. Update Status = IF ( [Operating System] = "Windows 10" && [OS Version] >= ...
rmartin1
3 years agoFrequent Visitor
my goal is
Column Name: Update Satus = IF [Operating System] = "Windows 10" and [OS Version] >= 2604 then "Updated" elseif [Operating System] = "Windows 2012" and [OS Version] >= 20821 then "Updated" elseif [Operating System] = "Windows 2019" and [OS Version] >= 4010 then "Updated" else "Not Updated"