Hi, lovely people!
I want to create date from "Day" and "Month" columns:
I tried "Date.FromText" with the "day" and "month" converted to text.
--------------------------
Date.FromText(Text.From([#"Date Granularity.Level 3: Day"]),Text.From([#"Date Granularity.Level 2: Month"]),"2022")
---------------------------
But I got an error.
Could you help please?
Many thanks!
Solved! Go to Solution.
Hi @Silvia_Gulu_BXL ,
How about this:
The formular I used is:
#date(2022, [Month], [Day])
Let me know if this helps 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Proud to be a Super User!
Hi @Silvia_Gulu_BXL ,
How about this:
The formular I used is:
#date(2022, [Month], [Day])
Let me know if this helps 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Proud to be a Super User!
it worked! many thanks!
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
131 | |
81 | |
65 | |
61 | |
55 |
User | Count |
---|---|
203 | |
104 | |
88 | |
79 | |
77 |