Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi all,
I am using a 5-4-4 calender and would need some help with date variables for charts.
For example if I have a bar chart I want it to only show me the last 6 months (the current month should be excluded).
So given the current month is April I want the chart to show me March, Feb, Jan, Dec, Nov, Oct.
The same with weeks, I want to have the last 12 weeks excluding the current one.
Since using a custom calender I can't use time intelligence.
Do you guys have any suggestions?
Solved! Go to Solution.
See if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.
https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TIT...
Would need sample data, but you should be able to create a column in your date table for how many weeks/months etc in the past each day is and then you could simply filter for > 0 and < 6 for example.
See if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.
https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TIT...
Would need sample data, but you should be able to create a column in your date table for how many weeks/months etc in the past each day is and then you could simply filter for > 0 and < 6 for example.
Yes, I had the same idea and tried it.
It works! I created a month sequence starting from my mindate up to my maxdate and created Variables.
One MaxMonth (should be current month) and MinMonth (is MaxMonth -x) just said in the Date Calender, if the month sequence is between MaxMonth-x and MaxMonth-1 give me a 1 else a 0.
Then I use this Variables in a measure.
Took me quite a while to think about it, but actually it's pretty easy.
So it's quite similar to your suggestion I just saw.
Thank you!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 101 | |
| 76 | |
| 56 | |
| 51 | |
| 46 |