Forum Discussion
Help with Date/Time Intelligence
- 1 year ago
Mikeincairns
Please try with this measure:
Logic: if the process ended before the "min date selected at the slicer" or the process started after the "max date selected at the slicer" then it returns N otherwise Y.Steps = VAR _MaxSelected = MAXX ( ALLSELECTED ( Calendar), Calendar[Date] ) VAR _MinSelected = MINX ( ALLSELECTED ( Calendar), Calendar[Date] ) RETURN IF ( tblExtract[Step 4] < _MinSelected || tblExtract[Step 1] > _MaxSelected, "N", "Y")I hope this helps, if so please accept as a solution. Kudos are welcome😁.
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information. Do not include anything that is unrelated to the issue or question.
Please show the expected outcome based on the sample data you provided.
Need help uploading data? https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216
Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
- Mikeincairns1 year agoFrequent Visitor
I am stuggling to explain what I want.
- It is confidential data so will not be uploading.
- Pretty sure I have provided the sample data (albeit in a screenshot).
- I have taken out sensitive and unrelated data.
- I have a sample of the expected outcome.
Not sure what else to do. But I appreciate your feedback.