Forum Discussion
Anonymous
6 years agoNot applicable
IF statement output in DAX
Hi All, I have a dax query like below Performace Status = IF((ISBLANK([Actual TD (Today)]) || ISBLANK([ Planned (Study) (EOM)])),0,1) The above metric returns output correctly, but the problem c...
Greg_Deckler
Community Champion
6 years agoPlease see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490.
Is that a measure?
Anonymous
6 years agoNot applicable
Yes it is a measure