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.
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 |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |