Forum Discussion
santhiya
3 years agoHelper I
Refreshing Behaviour for Calculated Columns
Hi Community !! I created a calculated column with DAX in Table A that is based on a column in another Table(lets say Table B) . As Calculated column is calculated on every refresh what if my tabl...
Greg_Deckler
3 years agoCommunity Champion
santhiya I believe the order of operations is, all tables get refreshed, then calculated columns are calculated.
santhiya
3 years agoHelper I
Greg_Deckler Thanks, I have Used Calculated column instead of Measure for the stated case .Any suggestion for using calculated column or measure for the above problem? In which scenario we need to use calculated column / measures?