Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Sure this has been asked, but the "suggestions" I'm finding I either don't understand or do not apply to my particular situation. My data assigns all transactions that occur in a month to the last day of the month (i.e. 1.21.23, 1.25.23, 1.27.23 would all be "stamped" as 1.31.23). The business requirement is for alll the date headers both across and down in the pivot table be in the format "mmm yyyy" (Jan 2023). So I create my date dimension with all dates and the Month category in the appropriate format:
Date FMT_Date
1/25/2022 | Jan 2022 |
1/26/2022 | Jan 2022 |
1/27/2022 | Jan 2022 |
1/28/2022 | Jan 2022 |
1/29/2022 | Jan 2022 |
1/30/2022 | Jan 2022 |
1/31/2022 | Jan 2022 |
2/1/2022 | Feb 2022 |
2/2/2022 | Feb 2022 |
2/3/2022 | Feb 2022 |
2/4/2022 | Feb 2022 |
2/5/2022 | Feb 2022 |
2/6/2022 | Feb 2022 |
2/7/2022 | Feb 2022 |
2/8/2022 | Feb 2022 |
2/9/2022 | Feb 2022 |
2/10/2022 | Feb 2022 |
… | |
1/24/2023 | Jan 2023 |
1/25/2023 | Jan 2023 |
1/26/2023 | Jan 2023 |
1/27/2023 | Jan 2023 |
1/28/2023 | Jan 2023 |
1/29/2023 | Jan 2023 |
1/30/2023 | Jan 2023 |
1/31/2023 | Jan 2023 |
2/1/2023 | Feb 2023 |
2/2/2023 | Feb 2023 |
2/3/2023 | Feb 2023 |
And of course the following apply:
So what is the simplist (pronounced - with the least amount of programming) to achieve the desired result?
Solved! Go to Solution.
Hello,
You can add another column to your date table in the format YYYYMM to sort your MMM YYYY table on (the below should work). That would solve the error message you're getting and allow you to sort.
FORMAT ( 'Dates'[Date], "YYYYMM" )
----------------------------------
If this post helps, please consider accepting it as the solution to help other members find it quickly. Also, don't forget to hit that thumbs up and subscribe! (Oh, uh, wrong platform?)
Proud to be a Super User! | |
Hello,
You can add another column to your date table in the format YYYYMM to sort your MMM YYYY table on (the below should work). That would solve the error message you're getting and allow you to sort.
FORMAT ( 'Dates'[Date], "YYYYMM" )
----------------------------------
If this post helps, please consider accepting it as the solution to help other members find it quickly. Also, don't forget to hit that thumbs up and subscribe! (Oh, uh, wrong platform?)
Proud to be a Super User! | |
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 |
---|---|
19 | |
14 | |
14 | |
11 | |
9 |