Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi all,
Here is what I have:
Table 1:
ID | Date Started | Action |
100200300 | 2021-03-12 5:00 PM | Install |
100200300 | 2021-03-10 3:00PM | Open Hole |
100200300 | 2021-03-14 6:30 AM | Abandon |
I want to create a measure to pull a specific 'Action' row based on the date being max, min or in between (med).
Thanks
Solved! Go to Solution.
Hi @drogzy
you slice by date and use simple
MAX, MIN, AVERAGE to get the desired date
In order to get the Action for example
Action of Min. Date =
CALCULATE (
SELECTEDVALUE ( TableName[Action] ),
TableName[Date Sarted] = MIN ( TableName[Date Sarted] )
)
Hi @drogzy
you slice by date and use simple
MAX, MIN, AVERAGE to get the desired date
In order to get the Action for example
Action of Min. Date =
CALCULATE (
SELECTEDVALUE ( TableName[Action] ),
TableName[Date Sarted] = MIN ( TableName[Date Sarted] )
)
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
10 | |
10 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |