Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I was wondering how to return the minimum date based on a measure value
I have the table here where created_at is a column in another table 'BudgetViewSnapshot' and subunboughtcount is a measure in a table 'NewSSDetail'
The desired return result would be the minimum date that the subunboughtcount turns to 0. So in this table it would be 12/6/21.
Thanks,
Solved! Go to Solution.
Min Date = MINX( FILTER(BudgetViewSnapshot, [subunboughtcount] = 0), [created_at])
Min Date = MINX( FILTER(BudgetViewSnapshot, [subunboughtcount] = 0), [created_at])
Worked great. Thanks!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |