I am sure that there is an easy solution to my question and I am hoping that I can get some help here.
I am currently working on a WHS dashboard based on a direct query. The report contains an incident date and I would like to include a due date (5 days after the incident occurred). For example:
Incident Date Due Date
3-10-2021 8-10-2021
At the moment I querying an Excel spreadsheet to receive the due date information. However, I was hoping that there would an easier solution for that. Does anyone know how to solve this without an additional query?
Well, this is achievable by writing a small simple measure. Below is the measure alongwith the screenshot of the final results provided for the reference -
Due Date =
IF( ISINSCOPE( Data[Incident Date] ) ,
SELECTEDVALUE( Data[Incident Date] ) + 5 ,
BLANK() )
I’m also attaching the working of the PBIX file for the reference purposes.
Hoping you find this useful and meets your requirements that you’ve been looking for.
Can you please provide the working or example PBIX file rather than providing screenshots?
It’s always difficult to provide solutions in a better and efficient without looking at the reference file and consumes the time of the members onto the Forum.
If your data contains sensitive information and don’t want to compromise the “Confidential Integrity” then our expert have also created videos and resources where they’ve showcased about - “How to mask sensitive data”. Below are the links provided for your future references which will help you while posting the query onto the Forum.