Forum Discussion
Anonymous
3 years agoNot applicable
Need Help
Hi all, I need help to write a measure comparing two date fields ('GL post date' and 'Original Invoice Date') in same table (Sales Fact). I had written following code to calculate date difference w...
Sahir_Maharaj
3 years agoSuper User
This measure uses the SUMX function to sum the date differences for each row in the 'Sales Fact' table. The VALUES function is used to extract the unique values for the 'Row' column in the 'Sales Fact' table.