Forum Discussion
Running total for power Bi
- 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!
Hi,
Share some data and show the expected result.
- Millser5 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.
- Ashish_Mathur5 years ago
Super User
Hi,
Please show the raw data and the expected result.
- v-xulin-mstf5 years ago
Community Support
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!