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
Hi,
I would like to display today's date by using TODAY() function in a such format DD/MM/YYYY in a card visual .
However, together with the date I get time, say 22/01/2018 00:00:00.
How can I get rid of the time and display the date only?
Solved! Go to Solution.
...or you can use DAX FORMAT function measure = FORMAT(TODAY(), "DD/MM/YYYY")
@Anonymous, Select the measure then on the Modelling tab of Power BI Desktop you can format as desired.
...or you can use DAX FORMAT function measure = FORMAT(TODAY(), "DD/MM/YYYY")
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 | |
| 35 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 79 | |
| 37 | |
| 27 | |
| 25 |