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.
Hey everyone!
I am trying to create a column with just the month and the year of a date, so later on I can group the data as I want.
I am using the following line:
= Table.AddColumn(Source, "MonthInCalendar", each Date.ToText([Created], "MMM yyyy"))
But it gives me the following error:
Expression.Error: We cannot convert the value #datetime(2019, 3, 11, 13, 35, 30) to type Date.
Details:
Value=11/03/2019 13:35:30
Type=[Type]
It is weird because I have been abe to use this before in similar cases without any errors. Is there something I should change in that line for this particular case?
Thanks in advance!
Solved! Go to Solution.
Instead of Date.ToText try DateTime.ToText
User | Count |
---|---|
80 | |
78 | |
37 | |
34 | |
31 |
User | Count |
---|---|
93 | |
81 | |
60 | |
49 | |
49 |