Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hi,
This is OK, is exactly what I need, Im only appliying one relative filter for the last 1 year
But the problem is when I want to se only 2020, indicating that in a slicer:
it shows me only two month, because of the relative date filter, how can I see the entire 2020 year?
Solved! Go to Solution.
@Anonymous , relative date slicer work from today. You have to create one of you own with independent date slicer
refer
Need of an Independent Date Table:https://www.youtube.com/watch?v=44fGGmg9fHI
and for last year
Year behind Sales = CALCULATE(SUM(Sales[Sales Amount]),dateadd('Date'[Date],-1,Year))
Year behind Sales = CALCULATE(SUM(Sales[Sales Amount]),SAMEPERIODLASTYEAR('Date'[Date]))
@Anonymous , relative date slicer work from today. You have to create one of you own with independent date slicer
refer
Need of an Independent Date Table:https://www.youtube.com/watch?v=44fGGmg9fHI
and for last year
Year behind Sales = CALCULATE(SUM(Sales[Sales Amount]),dateadd('Date'[Date],-1,Year))
Year behind Sales = CALCULATE(SUM(Sales[Sales Amount]),SAMEPERIODLASTYEAR('Date'[Date]))
Hi,
Thank you again for your help 🙂
User | Count |
---|---|
83 | |
69 | |
68 | |
57 | |
50 |
User | Count |
---|---|
42 | |
41 | |
33 | |
32 | |
31 |