Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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/
Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
Also happily accepting Kudos 🙂 |
Feel free to connect with me on LinkedIn! | |
#proudtobeasuperuser | |
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/
Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
Also happily accepting Kudos 🙂 |
Feel free to connect with me on LinkedIn! | |
#proudtobeasuperuser | |
it worked! many thanks!
User | Count |
---|---|
84 | |
81 | |
64 | |
53 | |
45 |
User | Count |
---|---|
100 | |
48 | |
42 | |
39 | |
38 |