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.
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 |
---|---|
80 | |
78 | |
37 | |
34 | |
31 |
User | Count |
---|---|
93 | |
81 | |
60 | |
49 | |
49 |