Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register 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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
69 | |
60 | |
51 | |
36 | |
36 |
User | Count |
---|---|
84 | |
70 | |
58 | |
45 | |
44 |