Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have a below table as
Date Sales Required Column (Sum with min date)
1-1-2020 100 100
1-2-2020 200 100
1-3-2020 300 100
1-4-2020 400 100
Kindly write dax for above.
Solved! Go to Solution.
I have got the answer to this, var abc=calculate(min(date), all(date) return calcualte(sales,filter(allselected(date), date=abc)
No more help required.
I have got the answer to this, var abc=calculate(min(date), all(date) return calcualte(sales,filter(allselected(date), date=abc)
No more help required.
Hi @Anonymous ,
You can simply create a measure:
This is simply wrong, I dont want the min amount I want amount in all the rows as per the min date.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 93 | |
| 81 | |
| 73 | |
| 46 | |
| 35 |