March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hey all
I am just seeing if there is a way to edit a date column with the format of DD/MM/YY to just be MM/YY? The reason for this is because I am trying to filter spend for a given month but it's hard to do when everyone has a different bill day.
Solved! Go to Solution.
Hi,
In the Calendar Table, create 2 additional columns for Year and Month
Year = YEAR(Calendar[Date])
Month = FORMAT(Calendar[Date],"mmmm")
Drag these columns to your visual
You may also try this calculated column in the Calendar Table
Year-Month = FORMAT(Calendar[Date],"YYY-MM")
Hope this helps.
If you need this for filters alone, the dates field when used in a Slicer visual allows other useful features like dates between (start and end), or Relative (like, in the last/this/next x days/months/years, etc).
Hi,
In the Calendar Table, create 2 additional columns for Year and Month
Year = YEAR(Calendar[Date])
Month = FORMAT(Calendar[Date],"mmmm")
Drag these columns to your visual
You may also try this calculated column in the Calendar Table
Year-Month = FORMAT(Calendar[Date],"YYY-MM")
Hope this helps.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |