I am trying to take the difference between two columns. Below is an expression in qlik sense that I would like to translate into DAX
LPO_DATE - (CLM_INTM_DT) +1
I tried this in power bi DAX but I don't think it is correct:
V_TurnAround_Time = CALCULATE ( SUM ( LPO_excel[LPO_DATE] ) ) - CALCULATE ( SUM ( Claims_excel[CLM_INTM_DT] ) ) + 1
this is link model. dropbox.com/s/52j0s8rn0ze0mci/Claims_test_model.pbix?dl=0 .. in this please check variables table and in that check v_TurnAround_Time measure