Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hi Everyone, first time posting and I really love the tool.
I'm trying to pull a value from a table to see the earliest date someone is available? I would I go about doing this?
Thanks for everyone's help!
Solved! Go to Solution.
You could pull a version of the table where you:
Filter to only Available = yes
Group on name, by the min of the Period.
Here's an example on one of my queries just to show where these options are.
@Anonymous
Hi, One way without DAX is:
Regards
Victor
Lima - Peru
Hi,
Try this Measure
=CALCULATE(MIN(Data[Period]),Data[Available]="Yes")
Hope this helps.
Hi,
Try this Measure
=CALCULATE(MIN(Data[Period]),Data[Available]="Yes")
Hope this helps.
@Anonymous
Hi, One way without DAX is:
Regards
Victor
Lima - Peru
You could pull a version of the table where you:
Filter to only Available = yes
Group on name, by the min of the Period.
Here's an example on one of my queries just to show where these options are.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
68 | |
67 | |
41 | |
39 |
User | Count |
---|---|
48 | |
44 | |
29 | |
28 | |
28 |