Forum Discussion

Cuscino's avatar
Cuscino
Frequent Visitor
8 years ago

DAX Formula Compare rows

Hi In the table below I have   Qty Price = DIVIDE(sum(Table A [Inv Value EUR]);SUM(Table A[fN Inv Qty]))   Cost of Material = IF(SUM(Table B[Open quantity])>SUM(Table A [fN Inv Qty]); sum(Table ...