This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have a Stacked column chart with a slicer:
Currently it is summing by date - I would like to sum by calendar months. So the latest column would be April-to-date, then previously March, and so on. Thanks for any pointers!
Solved! Go to Solution.
Create a month year column in Date table and You will also need a sort column
Month Year = format([date],"MMM-YYYY")
Month Year Sort = format([Date],"YYYYMM")
Make Month Year Sort as sort column of Month Year
https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
Create a month year column in Date table and You will also need a sort column
Month Year = format([date],"MMM-YYYY")
Month Year Sort = format([Date],"YYYYMM")
Make Month Year Sort as sort column of Month Year
https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 29 | |
| 29 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 39 | |
| 33 | |
| 24 | |
| 23 |