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.
Hello,
I'm able to convert my column using the formula below. It converts the column to a text data type. and results into a date/time field. I want the field to display as date only. Is this possible? Thank you.
#datetime(1970, 1, 1, 0, 0, 0) + #duration(0, 0, 0, [startDate]/1000)
Solved! Go to Solution.
@mdubose , if the conversion is correct. Just change the data type to date in power query
or use in power query
DateTime.Date([You Date Time COlumn])
@mdubose , if the conversion is correct. Just change the data type to date in power query
or use in power query
DateTime.Date([You Date Time COlumn])
User | Count |
---|---|
78 | |
77 | |
37 | |
33 | |
31 |
User | Count |
---|---|
92 | |
81 | |
58 | |
48 | |
48 |