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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Team,
Looking for the concern on the how we can write DAX function for the below requirement.
Date - 28-11-2023
Requirement is --- November 18,2023
Kindly check and do the needful.
Solved! Go to Solution.
hi, @Anonymous
try below
FORMAT(MIN('Table 2'[Date]),"mmmm dd, yyyy")
just adjust table name
hi, @Anonymous
try below
FORMAT(DATE(2023,11,28),"mmmm dd, yyyy")
Hi Thanks for quick reply,
I have connected with live data and date should be keep on going on..and need to change every time when we selected
hi, @Anonymous
try below
FORMAT(MIN('Table 2'[Date]),"mmmm dd, yyyy")
just adjust table name
Its working Now.. thank you for quick response