Forum Discussion
negro57
9 years agoNew Member
Weekly kilometers
I have a table where I register the kilometers that have the vehicles, I want to know the kilometers that traveled, subtracting the settlers the previous week and the settled ones this week. What ...
negro57
9 years agoNew Member
- negro579 years agoNew Member
I need in each row to calculate the number of km made by the vehicle from the previous load
- Vvelarde9 years agoCommunity Champion
create a calculated colum:
KRecorridosP = CALCULATE ( SUM ( Table1[Kilometros] ), FILTER ( ALLEXCEPT ( Table1,Table1[Dominio] ), Table1[Fecha] = EARLIER ( Table1[Fecha] ) - 7 ) )- negro579 years agoNew Member
So now I only have to subtract kilometers and this column excellent thousand thanks
- negro579 years agoNew Member
I do not understand why it does not complete the data in the column (column)