Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live 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!
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
| User | Count |
|---|---|
| 49 | |
| 43 | |
| 36 | |
| 33 | |
| 30 |
| User | Count |
|---|---|
| 138 | |
| 120 | |
| 60 | |
| 59 | |
| 56 |