Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
Best wishes to all of you!
I changed my filter from "current year" to "Previous 11 months" or "Current month". In this way, I can display data from February 2020 until January 2021. This is fine for most of my pages, but I would like to change the way of my overview page. As you can see this looks like it's January 2020, but it's January 2021. I would like to achieve 2 things and need your help with that, please.
-I would like to change January to January 2021, just to make clear it's about 2021.
-Then I would like to show January 2021 at the end of the visual. Then I can show trendlines in chronological order.
Thank you for your help. Hope that someone can help me.
Solved! Go to Solution.
@DeBIe , That you will easily so in case on month year
Month Year = FORMAT([Date],"mmm-yyyy")
Month Year sort = FORMAT([Date],"yyyymm")
Sort month year on month year sort
Or create a month sort
Month = FORMAT([Date],"mmmm")
Month sort = if(month([date]) > = month(today()), month([Date]), 12+ month([Date]))
Sort month on month sort
https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
@DeBIe , That you will easily so in case on month year
Month Year = FORMAT([Date],"mmm-yyyy")
Month Year sort = FORMAT([Date],"yyyymm")
Sort month year on month year sort
Or create a month sort
Month = FORMAT([Date],"mmmm")
Month sort = if(month([date]) > = month(today()), month([Date]), 12+ month([Date]))
Sort month on month sort
https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 55 | |
| 45 | |
| 38 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 87 | |
| 68 | |
| 38 | |
| 29 | |
| 26 |