Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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.
@tsynenkyy , 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]))
@tsynenkyy , 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 🙂
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.