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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register 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
User | Count |
---|---|
11 | |
9 | |
6 | |
5 | |
4 |