Forum Discussion

Tlotly's avatar
Tlotly
Helper V
5 years ago
Solved

Create a custom column containing a variable

Good day Please assist.   How do I create a column in powerquery with the following DAX? DefaultYear = if(YEAR(TODAY()) = 'Branch Scores'[FinYear], "DefaultYear" , 'Branch Scores'[FinYear]) ...