Forum Discussion
Millser
5 years agoNew Member
Running total for power Bi
Hi, I have a table which contans a bunch of values that correspond to behaviours (Green = 1, Yellow = 0.25, Orange = 0, Absent = 0 suspended = Clear all points and Warning = halve the points) and a ...
- 5 years ago
Hi Millser,
If the value is 'clear', what the calculation logic of your expected output?
You can try measure as:
IF( max'table'[value]="Clear", [logic of 'clear'] [logic of running total] )If you still have some question, please provide the sample data and expected output.
Best Regards,
Link
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!
Ashish_Mathur
Super User
5 years agoHi,
Share some data and show the expected result.
Millser
5 years agoNew Member
The expected result that that beside the name of the student would be their behaviour and running total. However I cannot seem to calculte this running total becasue one of my values is called "clear" and it is not numeric, I am unsure how to express this as a numeric value in order to calculate it.