Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
IIgiwa
Frequent Visitor

DAX to flag first to achieve a target from in a group

Hi All,

 

I have a request to flag the first to achieve a set target with in a team. The team has 30 persons. We want to be able to know at the end of the month the person that achieved their target first. Though everyone or more than half will achieve their target by the end of the month but we want to know who got to target first. Is there a way to go about this using DAX

1 ACCEPTED SOLUTION
v-xulin-mstf
Community Support
Community Support

Hi @IIgiwa,

 

Not sure about your data structure.
Need to have criteria for judging "first to achieve", such as time columns or index column.

Group the achieved sections and then take the Minx value for the time column or index column.

Could you provide sample data and expected output after removing sensitive data?
Sample data and expected output would help tremendously.

 

Best Regards,

Link

 

Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!

View solution in original post

2 REPLIES 2
IIgiwa
Frequent Visitor

Thanks your guide was really help. I have been able to treat the request

v-xulin-mstf
Community Support
Community Support

Hi @IIgiwa,

 

Not sure about your data structure.
Need to have criteria for judging "first to achieve", such as time columns or index column.

Group the achieved sections and then take the Minx value for the time column or index column.

Could you provide sample data and expected output after removing sensitive data?
Sample data and expected output would help tremendously.

 

Best Regards,

Link

 

Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.