Hi there,
i am new to PowerPivot and DAX, but am managing to set up DAX Measures and they work, apart from where it is filtered out with IF statements, whereby it is returning the correct value in the measure but the totals do not match this.
My DAX for this column is.... All of the [] are existing measures.
=if([Total Samples]>0,
if([KPI Target]>[TAT Achieved %],
[Sum of Total Cost]*.03),"")
i am new to PowerPivot and DAX, but am managing to set up DAX Measures and they work, apart from where it is filtered out with IF statements, whereby it is returning the correct value in the measure but the totals do not match this.
My DAX for this column is.... All of the [] are existing measures.
=if([Total Samples]>0,
if([KPI Target]>[TAT Achieved %],
[Sum of Total Cost]*.03),"")