cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
JustinDoh1
Continued Contributor
Continued Contributor

How to get the Value based on MAX(date) - using variable

This is set of data, and I am trying to express my filters in a measure.

JustinDoh1_1-1629938541324.png

I have a data that have two Steps (1 & 2) and different dates (ConsentDate).

I am trying to determine the final outcome (either 1 or 0 depending on Step and ConsentDate).

 

1st: Look for latest date (considering NULL data) for each Step (1 or 2):

In this case, for Step =1, the output of Consent for latest ConsentDate is "Consented", it will select "Consented."

For Step=2, the  the output of Consent for latest ConsentDate (as there is no other date to compare) is "Refused", so it will select "Refused".

 

2nd: Output:

If output for Step 1 is "Consented" or "Historical", output for [StepOne] = 1. 

If output for Step 1 is "Refused", output for [StepOne] = 0. 

 

If output for Step 2 is "Consented" or "Historical", output for [StepTwo] = 1.

If output for Step 2 is "Refused", output for [StepTwo] = 0.

 

I am stuck on this area 1st logic where I need to express:

Find the [Consent] in Step1 where [ConsentDate] is MAX.

Like in SQL: Select [Consent] from Step1 having MAX[ConsentDate] 

 

JustinDoh1_0-1629997718317.png

I am sharing my Pbix file here.

The measure is called "Step1_DEV".   

 

Appreciated for help.

 

 

 

 

 

 

1 ACCEPTED SOLUTION
Greg_Deckler
Super User
Super User

@JustinDoh1 See if Lookup Min/Max helps: Lookup Min/Max - Microsoft Power BI Community


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

2 REPLIES 2
Greg_Deckler
Super User
Super User

@JustinDoh1 See if Lookup Min/Max helps: Lookup Min/Max - Microsoft Power BI Community


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...

@Greg_Deckler Thank you so much. I will dig in more. 🙂

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Top Solution Authors
Top Kudoed Authors