Forum Discussion

Matren's avatar
Matren
Frequent Visitor
2 years ago
Solved

DAX Last Record Value

Hello Everyone,   How could I write a DAX expression with existing columns (Date, Product, Value) to generate a new column (Last Record)?   Basically, it is taking the last Value for a Product an...