Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I'm trying to display the date in a visual as MM/YY (01/18, 02/18, etc.) instead of January 2018 or 1/01/18, but the option isn't there. Is is there a way to display just month and year without having to add a new date column to the query? I have multiple tables that need this type of date display and really don't want to take the time to add additional columns to all of them.
Any suggestions would be most welcome!
Solved! Go to Solution.
You just add the column to your Date table, then display that date. I use a MMM-YY style format (Jan-19, Feb-19) for example all of the time, but I only create the column once.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingHi @Anonymous ,
Please change the date type in power query by this way.
If you change the date to text, it will break date tables and date intelligence. You need to add a new column to the existing date table and leave the Date field as date format.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingYou just add the column to your Date table, then display that date. I use a MMM-YY style format (Jan-19, Feb-19) for example all of the time, but I only create the column once.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingJoin us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 22 | |
| 20 | |
| 14 | |
| 13 | |
| 13 |
| User | Count |
|---|---|
| 62 | |
| 40 | |
| 39 | |
| 39 | |
| 38 |