Forum Discussion

tanakornp's avatar
tanakornp
Advocate I
9 years ago
Solved

Measurement not up to date value

I have created measurement to display the latest date from data entry by using following dax LastSaleDate = FORMAT(MAX('ospos_prod ospos_sales'[sale_time]),"YYYYMMDD") with following data, the ...