The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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!
User | Count |
---|---|
15 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
25 | |
13 | |
12 | |
8 | |
8 |