Forum Discussion
Anonymous
3 years agoNot applicable
Cumulative% DAX
Hi, I want to do the cumulative calculation like they done on the excel sheet I'm struggling to do it, Closure TAT is a column which contains the below fields and the sales values are coun...
Anonymous
3 years agoNot applicable
HI Anonymous,
AFAIK, current power bi does not exist row and column index. If you want to cumulative these records, you need to add an index field first, then you can use the index to look up corresponding records and calculate.
In addition, I'd like to suggest you use selectedvalue and switch function to navigate to the specific calculations expression based on the current category:
Regards,
Xiaoxin Sheng