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!Get Fabric certified for FREE! Don't miss your chance! Learn more
Hi all,
I have columns as below;
Years and months coming from dateset in number format. What i want to do is to create date out of this numbers.
Dates has to be last dayof the period
For instance 2018 and 6 should be 30.06.2018 and 2019 and 3 should be 31.03.2019 and so on.
Thanks in advance
| YEAR | MONTH |
| 2018 | 6 |
| 2018 | 7 |
| 2018 | 8 |
| 2018 | 9 |
| 2018 | 10 |
| 2018 | 11 |
| 2018 | 12 |
| 2019 | 1 |
| 2019 | 2 |
| 2019 | 3 |
Solved! Go to Solution.
eomonth(date([year],[month],1),0)
Thank you it works 🙂
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 68 | |
| 59 | |
| 47 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 107 | |
| 106 | |
| 39 | |
| 27 | |
| 27 |