Forum Discussion
Anonymous
2 years agoNot applicable
Need help in DAX
Hi, I have below table. I don't have Previous Day column and wanted create Total Value column as per the below table. Is it possible to get that. The first date in a month I wanted to pass as zer...
lbendlin
Super User
2 years agoUnpivot your A, B and C columns to bring them into a usable format. Then use a "Running Total" Quick measure.