The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 table A refreshed before Table B. How this works Internally ?
Thanks in Advance .
@santhiya I believe the order of operations is, all tables get refreshed, then calculated columns are calculated.
@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?