Row context in PowerBI
The formula for a calculated column is evaluated for each table row. Furthermore, it's evaluated within row context, which means the current row. Consider the Due Fiscal Year calculated column definition:
DAXCopy
Due Fiscal Year =
"FY"
& YEAR('Du...
swetasarangi.hashnode.dev2 min read