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 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi all!
Will appreciate your help.
I added stacked column chart. My dataset contains values for 2 year, let's say pens in Jan-2019 = 100 and in Jan-2020 = 200.
When I drill down data to months, it seems that chart aggregates values for both months, i.e. Jan = 300.
I'm interested to display data for the last 12 months. Any suggestions?
Thanks a lot!
Solved! Go to Solution.
Thanks! Could I ask for any advice on the other issues I have.
My chart looks like this.
1) How to display the last 12months (including current month)?
2) How to make naming shorter, e.g. Jan-20
For display data you can use relative date slicer
https://docs.microsoft.com/en-us/power-bi/visuals/desktop-slicer-filter-date-range.
You can create the date table and have month year and month year sort there
Month Year = format([date],"MMM-YYYY") // This will not sort correctly
Month year Sort : format([date],"YYYYMM") // Mark this as the sort column of first one
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :
https://radacad.com/creating-calendar-table-in-power-bi-using-dax-functions
https://www.archerpoint.com/blog/Posts/creating-date-table-power-bi
https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 28 | |
| 28 | |
| 20 | |
| 19 | |
| 19 |
| User | Count |
|---|---|
| 44 | |
| 31 | |
| 18 | |
| 18 | |
| 16 |