The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi team
Need your help on this please.
I want to create a mesure to compare same period to 2019. instead of same period last year, I need same period 2019.
Solved! Go to Solution.
@liboyjoseph , if you always was 2019
Y3 =
var _diff = 2019 - maxx(allselected('Date'), 'Date'[Year]) )
//or var _diff = 2019 - year(maxx(allselected('Date'), 'Date'[date]) ))
return
CALCULATE([Total Sales TY],DATEADD('Date'[Date], _diff , YEAR))
@liboyjoseph , if you always was 2019
Y3 =
var _diff = 2019 - maxx(allselected('Date'), 'Date'[Year]) )
//or var _diff = 2019 - year(maxx(allselected('Date'), 'Date'[date]) ))
return
CALCULATE([Total Sales TY],DATEADD('Date'[Date], _diff , YEAR))
Hi, I want to make a measure to compare every last 4 year to 2017, same period. 2017 is my reference year to calculate an evolution for 2018, 2019, 2020 ...
User | Count |
---|---|
15 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
23 | |
14 | |
13 | |
8 | |
8 |