Forum Discussion
harshad_barge
6 years agoHelper I
What am I doing wrong?
I am trying to update date in a column where the values are blank . The DAX is: Position From (N) = IF ( ISBLANK ( [Position From Date] ), LOOKUPVALUE ( Fact_Position[Employee_ID], Fact_Po...
- 6 years ago
Greg_Deckler
6 years agoCommunity Champion
By default, LOOKUPVALUE will return blank if it cannot filter down to a single row.
Please 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