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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have a "last date uppdated" in my dashboard in a Card.
This is how the date gets in to my data:
Ive tried to change format in the cell of the date and so on but nothing works.
My card is choosing a long AM-PM american way of showing my date from a excel source.
How do i get it to a YYY.MM.DD 13:00 time format?
Solved! Go to Solution.
Hi @Anonymous
You want to wrap the FORMAT around the FIRSTDATE function
[Last updated ] = "Last updated: " & FORMAT(FIRSTDATE('Last Refresh'[Date]), "YYYY.MM.DD hh:mm")
Try formatting the date using FORMAT()
LastUpdated = "Last Updated: " & FORMAT(FIRSTDATE('Table'[Date]), "YYYY.MM.DD hh:mm")
Full list of formatting options is here
I just cant solve where to put that code in my code.
[Last updated ] = "Last updated: " & FIRSTDATE('Last Refresh'[Date])
Hi @Anonymous
You want to wrap the FORMAT around the FIRSTDATE function
[Last updated ] = "Last updated: " & FORMAT(FIRSTDATE('Last Refresh'[Date]), "YYYY.MM.DD hh:mm")
Edit//
Oh now i saw it, hh mm, doh, big thanks!
----------------------
Thanks mate, i got it to work (sorry for the basic questions but im not use to it yet 🙂
Thanks, ill try to get it to work in my code then. Not use to Dax 🙂
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 48 | |
| 38 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 79 | |
| 37 | |
| 27 | |
| 25 |