This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello, I searched around the forum and couldn't find my situation. I have a report that creates summary months in this format: 2019M2 , 2019M3, etc.
I tried a few different things I read on here but am still unable to get powerBI to recognize as a date. Does anyone have any suggestions? I have a functioning date table if that helps.
Solved! Go to Solution.
Hi @warnera ,
We can use the following steps in Power Query Editor to meet your requirement.
1. Split column by "M".
2. We select the two columns at same time, then we select merge columns function.
3. At last we need to merge the columns by "/", and change the type to date.
The result like this,
If it does not meet your requirement, could you please show the exact expected result based on the table that we have shared?
BTW, pbix as attached.
Best regards,
Community Support Team _ zhenbw
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @warnera ,
We can use the following steps in Power Query Editor to meet your requirement.
1. Split column by "M".
2. We select the two columns at same time, then we select merge columns function.
3. At last we need to merge the columns by "/", and change the type to date.
The result like this,
If it does not meet your requirement, could you please show the exact expected result based on the table that we have shared?
BTW, pbix as attached.
Best regards,
Community Support Team _ zhenbw
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@warnera , In case you have like from 2019M1 to 2019M12
It can give date like
New Date =date(left([Month],4),month(right([Month],len([Month])-SEARCH("M", [Month],0,0) )),1)
ou might have adjust the month calc
@amitchandak I tried your formula and got the following error. Also included a screenshot of my exact file.
Thanks for the help
ot this:
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 25 | |
| 21 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 62 | |
| 34 | |
| 33 | |
| 25 | |
| 24 |