Forum Discussion
Anonymous
6 years agoNot applicable
Calculated Column Last work day
Hi All, I want to pull out the transaction for any vehicle on a given report based on previous workday for a selected week ( monday to sunday) In this instance last work day would be 1st Oct, b...
Anonymous
6 years agoNot applicable
dax
6 years agoCommunity Support
Hi vinc,
I didn't find LastLocation in your sample, please check it and inform me more detailed information(such as your expected output)? Then I will help you more correctly.
Best Regards,
Zoe Zhi
- Anonymous6 years agoNot applicable
Hi
is the one i have problem with.
calculate firstnonblank for the Day = CALCULATE([Firstnonblank job or location],FILTER(PlantGPS,PlantGPS[Date]=[PreviousWorkday]))
I expect when previousWorkday = PlantGPS Date then use PlantGPS data if not then return LocationReport[Address])But now when PlantGPS(date) <>Previousworkday, it will use the previous day of Previousworkday (ie if previous workday is 6/10/2019 and no PlantGPSdate = 6/10/2019, it will use 5/10/2019). - Anonymous6 years agoNot applicable
Hi Zoe,
can you please assist ?
thanks