The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
11 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
24 | |
14 | |
13 | |
9 | |
8 |