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
HI Guys
I have a column A with a short date format. I want to add a custom column to it and use the DAY excel function to return the day of each month.
What is the syntax I have looked here but when I try it nothing works I get errors all the time? Sorry I know it is probably me but trying to get my head round Power BI
Solved! Go to Solution.
sorry in your case in the "custom column formua:" box:
= each Date.Day([Date])
Hi Thorr,
i notice you would like to apply the Day function in the M language (going into editing the query).
I have a column named, "ShortDate" containing the short dates. and I have simply added a new "custom column" from the add column tab. and then applied the formula: = Table.AddColumn(#"Removed Columns", "Custom", each Date.Day([ShortDate]))
The above worked. I noticed that the formula is case sensitive.
I hope this helps.
Hi
Does not work for me I get a new column called Custom with Table in every entry
Hi @thorrrr,
We can use DAY function to return the day without any issues.
https://msdn.microsoft.com/en-us/library/ee634390.aspx
Regards,
Charlie Liao
Just get an error if i use your solution
Hi Thorrr,
try the following = each Date.Day([ShortDate])
i think i can see where you made the mistake.
sorry in your case in the "custom column formua:" box:
= each Date.Day([Date])
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 |
|---|---|
| 28 | |
| 23 | |
| 22 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 35 | |
| 29 | |
| 23 | |
| 22 |