Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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!
User | Count |
---|---|
117 | |
75 | |
61 | |
50 | |
44 |
User | Count |
---|---|
175 | |
125 | |
60 | |
60 | |
58 |