The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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")
User | Count |
---|---|
78 | |
74 | |
43 | |
32 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
50 | |
46 |