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!
Millser
5 years agoNew Member
Do you know how I could express the value "Clear" as a numeric value? With it in it's current state the formular doesn work.
Migasuke
Memorable Member
5 years agoHi Millser ,
you need to either replace "Clear" with some numeric value in Power Query or maybe create a conditional column, where you definy numberic value for "Clear" and maybe other categories.
As Ashish sugested , it would be nice to show some data sample with required output.