Forum Discussion
DSPVarma
2 years agoFrequent Visitor
Running Total for a measure without Date Column
Please help me out with a running total measure. I tried many ways but those are not working for my Matrix visual. The first 6 columns (i.e., PCC to Booking Count) are from the DSRReport Table. % N...
lbendlin
2 years agoSuper User
Use RANKX, or SUMX of all values that are greater or equal than the current value.