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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
i need some help with some date colum. i have a enquete that will be filled on month base.
now if someone fills the enquete in februari his answers are for the previous month so for Januari.
i have a date colum but how do i make it that if they fill the enquete in februari it shows up as januari
Solved! Go to Solution.
MONTH(EDATE([date],-1))
This gives me back the numbers of the month the result is oke but i want to make it a date colum so i can place a relation with a calender table
NewColumn = EDATE([date],-1)